Documentation Index
Fetch the complete documentation index at: https://docs.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
What we’re building today
A multi-agent system with three agents:| Agent | What it does |
|---|---|
| Scout | Your enterprise librarian. Navigates document stores, extracts answers, and learns from usage. |
| Knowledge Agent | Answers questions from a knowledge base (Agentic RAG). |
| MCP Agent | Connects to external services via Model Context Protocol. |
Run Locally
Connect to the control plane
- Open os.agno.com
- Click Add OS → Local
- Enter
http://localhost:8000
localhost:8000.
Try Your Agents
Scout
Scout navigates document stores, reads full documents, and extracts answers. It learns from usage, so repeated questions get faster, more accurate responses. The template includes a public demo bucket with sample company documents. Try asking:- What is our PTO policy?
- Where is the deployment runbook
- What is the incident response process?
Knowledge Agent
The Knowledge Agent answers questions using hybrid search over a vector database. Load the sample documents first:- What is Agno?
- How do I create my first agent?
MCP Agent
The MCP Agent connects to external tools via Model Context Protocol. Try:- What tools do you have access to?
- Search the docs for how to use Learning Machines
Deploy to Production
Login and deploy
Connect to the control plane
- Open os.agno.com
- Click Add OS → Live
- Enter your Railway domain
Manage Your Deployment
Next
Add Your Own Agent
Extend the system with custom agents
Add Tools
Connect to Slack, Gmail, Calendar, and 100+ integrations
AgentOS Deep Dive
Learn more about the production runtime
Learning System
Configure how agents learn and remember