Agno
Open-source framework (formerly Phidata) for building high-performance agentic systems with memory, knowledge, tools and reasoning.
Delv Safety Grade: B
Score 71/100 · assessed 2026-04-18
Agno (formerly Phidata) is an open-source Python framework for building autonomous AI agents with memory, knowledge bases, and tool integration. The project shows active development with reasonable documentation and a clear GitHub presence. However, as a framework for autonomous agents, it inherently requires broad permissions including filesystem access, network calls, and potential shell execution depending on configured tools. The maintainer appears to be a smaller commercial entity rather than a major vendor, and the recent rebrand from Phidata to Agno (2024) means less established track record under the current name. Supply chain is standard via PyPI with proper versioning. No known security incidents, but the autonomous agent nature means users must carefully audit any tools and integrations they enable, as the framework itself provides the scaffolding for potentially high-privilege operations.
Green flags
- Fully open source with active GitHub repository and good documentation
- Standard PyPI distribution with semantic versioning
- No known security incidents or CVEs
- Clear architecture with modular tool system for auditing
- Active community with regular updates and issue tracking
Red flags
- Autonomous agent framework can execute arbitrary tools with broad permissions
- Recent rebrand from Phidata to Agno reduces established reputation
- Smaller commercial maintainer with limited bus factor
- Framework nature means security depends heavily on user configuration
Permissions requested
Pricing
Platforms
Review
Best for Python teams building stateful agents that need to remember context across sessions. Skip it if you're prototyping in notebooks or need a no-code solution. The memory layer alone justifies the learning curve for production use cases.
Good at
- Persistent memory across sessions without manual prompt engineering
- Clean tool integration with automatic schema generation
- Transparent reasoning logs make debugging tractable
- Production runtime with Postgres/Redis backing
- Genuinely open-source with no vendor lock-in
Watch out
- Assumes comfort with async Python and database setup
- Multi-agent coordination gets messy with ambiguous handoffs
- Documentation leans heavily on examples over API references
- Session management feels heavy for quick prototypes
- Smaller community than LangChain means fewer third-party integrations
Use cases
- multi-agent apps
- production runtime
- memory-backed agents