Skip to main content
The Agno cookbook contains 2000+ production-ready examples that showcase the full breadth of Agno. From simple agents to complex multi-agent systems with memory, knowledge, reasoning, and learning.

By the Numbers

CategoryCountHighlights
Examples2000+Agents, teams, workflows, knowledge, RAG
Model Providers40+OpenAI, Anthropic, Google, Groq, Mistral, local models
Storage Backends12PostgreSQL, SQLite, MongoDB, Redis, DynamoDB
Vector Databases18PgVector, Pinecone, Qdrant, Weaviate, Milvus
Built-in Tools100+Search, databases, APIs, social media, AI/media

Run the Cookbook

git clone https://github.com/agno-agi/agno.git
cd agno/cookbook

# Models
python 92_models/openai/responses/basic.py
python 92_models/anthropic/basic.py

# Tools
python 90_tools/mcp/filesystem.py

# Knowledge
python 07_knowledge/vector_db/pgvector/pgvector_db.py
All examples link to their cookbook source. Have one to share? Contribute.