Welcome to Agno
Agno is a lightweight library for building Multimodal Agents.
- Build lightning-fast Agents that work with text, image, audio and video.
- Add memory, knowledge and tools as needed.
- Run anywhere, Agno is open-source.
AI Engineering is Software Engineering
When building AI products, 80% of your solution will be standard python code, and the remaining 20% will use Agents for automation. Agno is designed for such use cases.
Write your AI logic using familiar programming constructs (if, else, while, for) and avoid complex abstractions like graphs and chains. Here’s a simple Agent that can search the web:
Key features
Agno is designed to be simple, fast and model agnostic. Here are some key features:
- Lightning Fast: Agent creation is 10,000x faster than LangGraph (see performance).
- Model Agnostic: Use any model, any provider, no lock-in.
- Multi Modal: Native support for text, image, audio and video.
- Multi Agent: Build teams of specialized agents.
- Memory Management: Store agent sessions and state in a database.
- Knowledge Stores: Use vector databases for RAG or dynamic few-shot.
- Structured Outputs: Make Agents respond with structured data.
- Monitoring: Track agent sessions and performance in real-time on agno.com.
Get Started
If you’re new to Agno, start here to build your first Agent.
Build your first Agent
Learn how to build Agents with Agno
Agent Playground
Chat with your Agents using a beautiful Agent UI
Agent Observability
Monitor your Agents on agno.com
After that, checkout the Examples Gallery to discover real-world applications built with Agno.
Build with Agno
Agno is a battle-tested framework with best-in-class performance, checkout the following guides to dive-in:
Agents
Learn core Agent concepts
Models
Use any model, any provider, no lock-in
Tools
Use 100s of tools to extend your Agents
Knowledge
Add domain-specific knowledge to your Agents
Vector Databases
Add semantic search and retrieval to your Agents
Storage
Persist agent states and conversations in a database
Memory
Remember user details and session summaries
Embeddings
Generate embeddings for your knowledge base
Workflows
Build complex workflows with Agents