| If you’re… | Start with |
|---|---|
| Building an agent that can query Slack, GDrive, internal wikis | Scout |
| Building an agent for data analytics, BI, metrics | Dash |
| Building a code companion to help maintain your codebase | Coda |
| Looking for a kitchen-sink with every Agno feature | Demo OS |
| Starting from a starter (AgentOS + Postgres on Railway) | Starter Template |
What every template comes with
- Docker Compose for local dev (
docker compose up -d --build) - Railway scripts for one-command deploy (
./scripts/railway_*.sh) - Slack manifest so you can install the bot in your Slack workspace
- JWT-based auth for multi-user, multi-tenant deployment. Secure by default
- Eval suite for the agent’s specific behaviors
Dive in
Scout
Context agent over Slack, Drive, MCP, custom sources.
Dash
Self-learning data agent over a SaaS metrics dataset.
Coda
Code companion in Slack with daily digest and issue triage.