Skip to main content
Agno is a Python SDK for building multi-agent systems. It gives you three primitives (agents, teams and workflows) and a large set of capabilities you can attach to them. Examples:

Three primitives

Capabilities

Model and tools

Memory and context

Control and safety

Operations

From SDK to platform

Agents built using the SDK need to run in a Python process: a script, a notebook, a job. When you’re ready to go live, wrap your agents in AgentOS and you get an API server, persistence, auth, tracing, scheduling, and interfaces.

Where to start

Install & Setup

Install Agno and run your first agent.

Run on AgentOS

Run your agent as a service.