| Agent | agno/agent | AI agent definition with model, tools, and knowledge |
| Team | agno/team | Multi-agent team with coordinated members |
| Models | agno/models/anthropic, agno/models/openai | LLM configuration (Claude, GPT) |
| Tools | agno/tools/mcp, agno/tools/websearch | Agent tool integrations |
| Knowledge | agno/knowledge, agno/vectordb/qdrant, agno/knowledge/embedder/openai, agno/knowledge/content | Semantic search and RAG |
| Memory | agno/memory/manager | Persistent agent memory |
| Storage | agno/db/postgres | PostgreSQL storage for sessions and memory |
| Deployment | agno/runner | Deploy agents/teams to Kubernetes |