Skip to main content
Serve an Agno docs knowledge agent through AgentOS. Its pinned media instruction branches require migration before use.
This example tells the agent to call text_to_speech and create_image, but registers neither tool.
agno_docs_agent.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Run PgVector

5

Remove the media instructions

Delete the Explain important concepts using audio and Explain concepts with images branches from instructions. Remove and optional audio explanations for complex concepts from description before running.
6

Run the example

Save the code above as agno_docs_agent.py, then run:
Full source: cookbook/05_agent_os/knowledge/agno_docs_agent.py