skillfed

agno

The programming language for agentic software.

agno v2.9.0 2.3M downloads/30d#3,177 on PyPI41,712
Permissive license Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for… (full text in the JSON record) Active released

What it is and what it does

Agno is a framework for building agent platforms—systems where AI agents perform tasks autonomously or with human oversight. It provides an SDK to define agents, a runtime (AgentOS) to execute them as services, and a web UI to manage the platform. The package includes 10 runtime dependencies (pydantic, httpx, pyyaml, rich, and others) that handle configuration, HTTP communication, and data validation.

The framework is designed to give you control over your agent stack: you own the data, memory, and security model (JWT-based role-based access control). It supports scheduling, human approval workflows, observability via OpenTelemetry, and deployment to any container platform. Agents can be exposed via REST API, Slack, Telegram, Discord, and other interfaces. The package sends telemetry per agent run (model provider signals only, not prompts or outputs) unless disabled via environment variable.

Use it for:

  • Build a customer support agent that handles tickets autonomously with human approval for sensitive actions
  • Deploy a multi-tenant agent platform where different teams manage their own agents via a web UI
  • Create scheduled background jobs and cron tasks without external infrastructure
  • Integrate agents with Slack, GitHub, and Postgres using pre-built toolkits
  • Monitor agent runs with audit logs and OpenTelemetry tracing for compliance

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Agno is a framework and runtime for building, deploying, and managing agent platforms with built-in APIs, storage, security, and observability.

Yes. Agno is actively maintained, permissively licensed, has low install friction, and addresses a real need for developers building agent platforms. The framework is production-ready (Development Status 5) and offers a complete stack from agent definition through deployment and management. Start with it if you're building agents that need to run as services with multi-user control and observability.

Install

agno on PyPI

pip

pip install agno

uv

uv add agno

poetry

poetry add agno

Installing agno

Before you install

Low install friction with a pure-Python wheel and no compiled dependencies. Actively maintained with a release 1 day old and 41712 repository stars. Supports Python 3.9 through 3.13.

License in practice

Apache-2.0 permissive license allows commercial use, modification, and redistribution with minimal restrictions—suitable for proprietary applications.

Quickstart

pip install agno

from agno import Agent

agent = Agent()
response = agent.run("Your task here")

Verify before relying

  • Whether the 50+ API endpoints and 100+ integrations mentioned in the description are current as of version 2.9.0
  • Performance characteristics and scaling limits for concurrent agent runs
  • Whether telemetry can be fully disabled and what data is actually collected per run

Package facts

License Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for… (full text in the JSON record) (permissive)
Python support supports the current Python release (<4,>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 10 — agnoctl, docstring-parser, h11, httpx, packaging, pydantic-settings, pydantic, pyyaml, rich, typing-extensions
Maintenance actively maintained — 1 days since the last release
Last repo commit
First released
Downloads 2,272,799/month — #3,177 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: agno-2.9.0-py3-none-any.whl

Keywords: agno, agentos, agents

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9Topic :: Scientific/Engineering :: Artificial Intelligence

Tags

agent framework pythonagentic software platformagent runtime deploymentmulti-agent orchestrationagent platform managementagent api serviceautonomous agent framework
agent-frameworkmulti-tenantobservability

More Artificial Intelligence packages

Further reading