This template runs AgentOS and PostgreSQL with pgvector in Docker. It includes example agents ready to use after startup, hot-reload for development, and works on any cloud that supports Docker.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.
Prerequisites
Development
Run locally before deploying to production.Clone the template
| Agent | Description |
|---|---|
| Knowledge Agent | Answers questions from your documents using Agentic RAG. |
| MCP Agent | Connects to external tools via Model Context Protocol. |
Load knowledge
Confirm it's running
Navigate to localhost:8000/docs to see your AgentOS API.
Connect to the control plane
- Go to os.agno.com
- Click Connect OS → Select Local
- Enter
http://localhost:8000

Your AgentOS is running locally.
Cloud Deployment
Deploy this template to any cloud that supports Docker:| Provider | Service |
|---|---|
| AWS | ECS, App Runner |
| Google Cloud | Cloud Run, Compute Engine |
| Azure | Container Apps |
| Platforms | Railway, Render, Fly.io |
.env, and ensure your PostgreSQL instance has pgvector enabled.
Next Steps
Add apps
Browse agents, teams, and workflows for your deployment.
Connect interfaces
Expose your agents on Slack, Discord, WhatsApp, or MCP.
