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

Choose the right primitive

Add what your use case needs

Model and tools

Memory and context

Control and safety

Operations

From SDK to platform

Register the same agents, teams, and workflows with AgentOS to run them behind a FastAPI application. AgentOS provides REST APIs and runtime support for persistence, authorization, tracing, background execution, scheduling, and interfaces.

Where to start

Build your first agent

Install Agno, configure a model, and run an agent locally.

Run on AgentOS

Serve your agents, teams, and workflows through an API.