AN

Agno PYTHON

Open source · MPL-2.0v2.4.1 99.94% uptime
Stars
26.3k
Deploys
48k
Version
2.4.1
Uptime
99.94%
Runtime
PYTHON
License
MPL-2.0

Overview

Agno (formerly Phidata) is a full-stack agent platform with a rich Agent UI, native memory and knowledge, and hundreds of prebuilt tools. Build multi-agent teams in Python, then hand deployment to Claws — we containerise it and swap in our model router.

Key features

  • Native memory + knowledge / RAG
  • Hundreds of pre-built tools
  • Rich Agent UI out of the box
  • Multi-agent teams and workflows
  • Structured output + streaming

Install

$ pip install agno

Quickstart

# 1 - install Agno
pip install agno

# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy agno --model claude-sonnet-4-6

# 3 - or self-host on any VPS
agno serve --port 8080