unsubbed.co

Agno

Build, run, and manage secure multi-agent systems inside your cloud. The all-in-one agent platform that runs in your cloud.

Apache-2.0 Free agno-agi/agno · 39K agno.com Python

Overview

Build, run, manage agentic software at scale. Agno pairs the fastest framework available with the first enterprise-ready agentic operating system, AgentOS. Build, run, and manage secure multi-agent systems inside your cloud. The project has 39K+ GitHub stars and is licensed under Apache-2.0.

Key Features

Source: GitHub README

  • Framework
  • Runtime
  • Control Plane

Getting Started

Source: GitHub README

from agno.agent import Agent
from agno.db.sqlite import SqliteDb
from agno.models.anthropic import Claude
from agno.os import AgentOS
from agno.tools.mcp import MCPTools

agno_assist = Agent(
    name="Agno Assist",
    model=Claude(id="claude-sonnet-4-6"),
    db=SqliteDb(db_file="agno.db"),
    tools=[MCPTools(url="https://docs.agno.com/mcp")],
    add_history_to_context=True,
    num_history_runs=3,
    markdown=True,
)

agent_os = AgentOS(agents=[agno_assist], tracing=True)
app = agent_os.get_app()
// export ANTHROPIC_API_KEY="***"

uvx --python 3.12 \
  --with "agno[os]" \
  --with anthropic \
  --with mcp \
  fastapi dev agno_assist.py

Normalized Features

Source: tool-features-normalized.json

audit logs, sqlite, workflows.

Features

Automation & Workflows

  • Workflows

Security & Privacy

  • Audit Logs