Skip to main content
The Agno SDK gives you three primitives: Agent, Team, Workflow, and a host of capabilities to turn them into production systems.

Three primitives

Why the Agno SDK

  • Just Python. No DSL, no YAML, no custom language to learn.
  • Fast. Agents instantiate in microseconds with a minimal memory footprint. You’ll spin up one per request for isolation and permission scoping. Extreme performance is mandatory.
  • Agnostic. 30+ model providers, 100+ integrations, 20+ vector dbs, 10+ databases. Use any model provider, any database, any cloud provider.
  • Platform-ready on day one. Sessions, memory, knowledge, tracing, evals, and human-in-the-loop come built in. The same agent you prototype in a python script runs on your agent platform behind AgentOS.
  • Three primitives. Agents for autonomy, teams for coordination, workflows for deterministic control. Compose them for your use case. Same SDK.

Capabilities

Turn Agents, Teams, and Workflows into production software.

Other Frameworks

Agno can also serve agents built with the Claude Agent SDK, LangGraph and DSPy through AgentOS. Wrap the external agent in ClaudeAgent, LangGraphAgent or DSPyAgent and register it like any native agent. See Multi-Framework Support.

Where to start

Agents

Single autonomous programs with a model, tools, and instructions.

Teams

Coordinate multiple agents to achieve complex tasks.

Workflows

Achieve deterministic output using step-based execution.