Agno

Agno

By Agno

High-performance framework and runtime (AgentOS) for multi-agent systems

v2.8.02026-07-20PythonApache-2.0
41.4k Open source Free tier Paid

Doc version 1.0 · Updated

Related concepts

Related tools

Overview

Agno (formerly Phidata) is a high-performance Python framework for building agents with memory, knowledge, and tools, plus AgentOS — a runtime for serving and scaling them in production.
It is model-agnostic and emphasizes speed and keeping your data inside your own infrastructure.

flowchart LR
  prompt[prompt] --> agent[Agent]
  agent --> model[(model)]
  agent --> mem[memory / tools]
  agent --> out[response]

The Code samples tab shows a single agent backed by Claude.

When to use it

Choose Agno when you want a fast, batteries-included agent abstraction and an in-house runtime (AgentOS) to deploy multi-agent systems without sending data to a third-party platform.