What is Agno
Agno is a lightweight library for building Multimodal Agents. It exposes LLMs as a unified API and gives them superpowers like memory, knowledge, tools and reasoning.
- Build lightning-fast Agents that can generate text, image, audio and video.
- Add memory, knowledge, tools and reasoning as needed.
- Run anywhere, Agno is open-source.
Here’s an Agent that can search the web:
Key features
Agno is 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 learning.
- Structured Outputs: Make Agents respond in a structured format.
- Monitoring: Track agent sessions and performance in real-time on agno.com.
Get Started
If you’re new to Agno, start by building 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 and build real-world applications using Agno.
Dive deeper
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