Skip to main content

Manage

Customize

Create agents/my_agent.py:
Register in app/main.py:
Restart: docker compose restart
Agno includes 100+ tool integrations. See the full list.
Load documents for the Knowledge Agent:
Try it:
Add your API key to .env and update your agent:
Add anthropic to pyproject.toml and regenerate requirements:
  1. Edit pyproject.toml
  2. Regenerate requirements: ./scripts/generate_requirements.sh
  3. Rebuild: docker compose up -d --build

Local Development

Run without Docker for faster iteration:

Environment Variables

Troubleshooting

Install: brew install railway (Mac) or npm install -g @railway/cli
Run railway init first, then ./scripts/railway_up.sh again.
PostgreSQL takes ~30s to start. Check: railway logs --service pgvector
Container is still starting. Wait 1-2 min. Check: railway logs --service agent-os