Skip to main content
Configures a team of Agno agents that collaborate to handle complex tasks, with an optional lead model for coordination.

Config

Outputs

Dependencies

Depends on:
  • agno/agent (required, one or more) — member agents
  • agno/models/anthropic or agno/models/openai (optional) — team lead model
  • agno/tools/mcp or agno/tools/websearch (optional) — team-level tools
  • agno/knowledge (optional) — team-level knowledge base
  • agno/memory/manager (optional) — team-level memory
  • agno/db/postgres (optional) — team-level database
  • agno/prompt (optional) — reusable prompt template
Depended on by:
  • agno/runner — for deployment to Kubernetes

Example

Notes

  • The members list must contain at least one agent.
  • Team-level dependencies (model, tools, knowledge, etc.) are shared across all members but do not override member-specific configurations.
  • Pip dependencies are aggregated from all members and team-level tools/knowledge.