skillpack.co
All solutions

Agno (formerly Phidata)

watch

38.8K stars but only 1.45M PyPI/month — DL/star ratio of 37 is the 3rd most inflated in the category. $5.4M funding (PitchBook). Full-stack offering: agents + teams + workflows + AgentOS control plane. Performance claims (10,000x faster instantiation, 50x less memory) are single-source and unverified. All HN submissions appear to be from the same user (likely founder).

Score 90watch

Where it wins

38.8K GitHub stars — top 3 by stars in category

Full-stack offering: agents, teams, workflows, AgentOS control plane

$5.4M funding (PitchBook)

Active development — last push 2026-03-19

Where to be skeptical

DL/star ratio of 37 — 3rd most inflated in category

All HN submissions appear from same user (likely founder) — self-promotional pattern

Performance claims (10,000x faster, 50x less memory) are single-source, unverified

No independently confirmed enterprise customers

Editorial verdict

Include with caveats. High star count but inflated DL/star ratio and self-promotional HN pattern. No independently confirmed enterprise customers. Full-stack offering is ambitious but evidence is thin. Re-evaluate upward if independent enterprise evidence surfaces.

Related

Claude Code

98

Anthropic's official agentic coding CLI. v2.1.81 (Mar 20) shipped `--bare`, smarter worktree resume, and improved MCP OAuth while the repo crossed 82,204 stars and logged ~14 commits/week across 10+ maintainers. Terminal-native, tool-use-driven, with deep file system + shell access, #1 SWE-bench Pro standardized (45.89%), ~4% of GitHub public commits (SemiAnalysis), $2.5B annualized revenue. 8M+ npm weekly downloads. Opus 4.6 with 1M context.

LangGraph

95

#1 Python agent framework by production evidence — 40.2M PyPI downloads/month, Fortune 500 deployments (LinkedIn, Uber, Replit, Elastic, Klarna, Cloudflare, Coinbase), ~400 LangGraph Platform companies, LangSmith rated best-in-class observability. Stable v1.x API, model-agnostic, MCP support.

Pydantic AI

95

#3 Python agent framework by downloads — 15.6M PyPI/month. Built by the Pydantic team. Runtime type enforcement is a genuine differentiator no other framework offers. V1 shipped with Temporal integration for durable execution and Logfire observability. Emerging pattern: 'Pydantic AI for agent logic, LangGraph for orchestration' (ZenML).

AutoGen (Microsoft)

95

⚠️ MAINTENANCE MODE — Microsoft officially confirmed bug fixes and security patches only, no new features (VentureBeat 2026-02-19). 55.9K stars but only 1.57M PyPI/month — DL/star ratio of 28, the most inflated among active frameworks. Being replaced by Microsoft Agent Framework (AutoGen + Semantic Kernel merge, GA targeted ~Q2 2026). Teams on AutoGen should plan migration.

Public evidence

moderate2026
$5.4M funding — PitchBook verified

Modest funding relative to category peers. Enough runway to iterate but not enterprise-scale backing.

PitchBook funding dataPitchBook

Raw GitHub source

GitHub README peek

Constrained peek so you can sanity-check the source material without leaving the site.

<div align="center" id="top"> <a href="https://agno.com"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://agno-public.s3.us-east-1.amazonaws.com/assets/logo-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://agno-public.s3.us-east-1.amazonaws.com/assets/logo-light.svg"> <img src="https://agno-public.s3.us-east-1.amazonaws.com/assets/logo-light.svg" alt="Agno"> </picture> </a> </div> <p align="center"> Build, run, and manage agent platforms.<br/> </p>

Introduction

Agno is an SDK for building agent platforms.

  • Build agents using any agent framework.
  • Run them as production services with tracing, scheduling, and RBAC.
  • Manage using a single control plane.

Agno allows you to own your agent stack. Maintain control of your data, context, tools, permissions, memory and human-review loops. Run your platform in your cloud, and manage it using a beautiful UI.

<img width="3192" height="2038" alt="demo-os" src="https://github.com/user-attachments/assets/6d21e6bc-111f-4b81-ba29-6550fead89b2" />

What you can build

Agno can bring any agent to life, here are some examples:

  • Coda → A code companion that lives in Slack and works alongside your team.
  • Dash → A self-learning data agent that grounds answers in 6 layers of context.
  • Scout → A context agent that navigates Slack and Google Drive to answer questions.
  • Auto Improving Agent Platform → Build your own agent platform with an auto-improvement loop.

Get started

  • Read the docs
  • Build your first agent in 20 lines of code.
  • Build an auto-improving agent platform managed entirely by claude code.

Features

  • Production API. 50+ endpoints with SSE and websockets to build a product on top.
  • Storage. Store sessions, memory, knowledge, and traces in your own database.
  • 100+ integrations. Integrate with 100+ tools using pre-built toolkits.
  • Context Providers. Access live data from Slack, Drive, wikis, MCP, and custom sources.
  • Human approval. Pause runs for user confirmation. Block tools that require admin approval.
  • Observability. Get monitoring via OpenTelemetry tracing, run history, and audit logs out of the box.
  • Security. Get JWT-based RBAC and multi-user, multi-tenant isolation out of the box.
  • Interfaces. Expose your agents via Slack, Telegram, WhatsApp, Discord, AG-UI, A2A.
  • Scheduling. Cron-based scheduling and background jobs with no external infrastructure.
  • Deploy anywhere. Run on any cloud platform that runs containers. Docker, Railway, AWS, GCP.

Use Agno with your coding agent

Two options:

  1. Add Agno docs as an indexed source. In Cursor: Settings → Indexing & Docs → Add https://docs.agno.com/llms-full.txt. Also works in VSCode, Windsurf, and similar tools.
  2. Add Agno docs as an MCP server. Add docs.agno.com/mcp to your favourite coding agent.

Read the full guide here.

Community

  • X: follow for releases and demos
  • Newsletter: monthly updates on what's shipping

Contributing

See the contributing guide.

Telemetry

Agno logs which model providers are used to prioritize updates. Disable with AGNO_TELEMETRY=false.

<p align="right"><a href="#top">↑ Back to top</a></p>
View on GitHub →