| Example | Description |
|---|---|
| Quickstart | Quickstart team examples: coordination, routing, delegation, shared history, broadcast, and task modes. |
| Context Compression | Compress team tool results to keep long-running collaboration within model context limits. |
| Context Management | Control team context with instructions, messages, history filters, dates, and locations. |
| Dependencies | Pass runtime dependencies into teams, members, instructions, and tools. |
| Distributed RAG | Distribute RAG searches across team members with LanceDB, PgVector, and reranking. |
| Guardrails | Apply moderation, PII, and prompt-injection guardrails to team runs. |
| Hooks | Validate, transform, and observe team inputs, outputs, streams, and tool calls with hooks. |
| Human In The Loop | Pause and resume team runs for confirmation, user input, and external tool execution. |
| Knowledge | Give teams shared knowledge, filters, custom retrievers, and coordinated RAG search. |
| Learning | Capture user profiles, memories, entities, session context, knowledge, and decisions from team runs. |
| Memory | Persist and inject team memories with LearningMachine, MemoryManager, and agentic memory. |
| Metrics | Team-level metrics for runs, sessions, streaming, tools, and evals. |
| Modes | Agno teams support four execution modes that control how the team leader coordinates work with member agents. |
| Multimodal | Process audio, images, video, and media-aware tools with teams. |
| Other | Additional team patterns that don’t fit into the main categories. |
| Reasoning | Coordinate reasoning-enabled team members across research and decision tasks. |
| Run Control | Control team background execution, cancellation, retries, remote access, and model inheritance. |
| Search Coordination | Coordinate distributed and reasoning-guided RAG searches across team members. |
| Session | Persist team sessions, history, summaries, and shared agent interactions. |
| State | Share state across team members and persist sessions, chat history, searches, and summaries. |
| Streaming | Stream team and member content, tool calls, and lifecycle events. |
| Structured Input Output | Validate team inputs and return typed, schema-constrained outputs in sync and streaming runs. |
| Task Mode | Task-mode team examples for decomposition, parallelism, dependencies, tools, persistence, and streaming. |
| Skills | Attach skills to team leaders for domain expertise. |
| Tools | Configure team and member tools, tool hooks, tool choice, and call limits. |
Teams
Teams
Cookbooks for building multi-agent teams in Agno.