Agno — Summary
Agno (formerly Phidata) is a full-stack Python SDK for building and deploying production agent platforms, with 40k+ GitHub stars and backed by Y Combinator. It provides an Agent dataclass and a Team class that expose four coordination modes (coordinate, route, broadcast, tasks), enabling hierarchical multi-agent systems where teams can contain other teams. The framework ships 100+ pre-built tool integrations, pluggable vector/relational database adapters for persistent memory, MCP client support via context providers, and a production REST API runtime with SSE/WebSocket streaming, JWT-based RBAC, multi-tenant isolation, and cron scheduling — all of which can be hosted on any Docker-compatible cloud. Observability is first-class via OpenTelemetry tracing, audit logs, and a managed dashboard at app.agno.com (optional). The Agent dataclass supports fallback model chains (fallback_models, fallback_config), agentic state tools, session-state persistence, human approval gates, and an auto-improving learning machine (LearningMachine) that evolves with usage. Compared to seeds, Agno most closely resembles claude-flow in ambition (full-stack SDK, multi-agent, external memory), but differs by shipping a full production API runtime rather than just a CLI tool and MCP server.