Agno is a streamlined framework designed for creating agents equipped with memory, knowledge, tools, and reasoning capabilities. It allows developers to construct a variety of agents, including reasoning agents, multimodal agents, teams of agents, and comprehensive agent workflows. Additionally, Agno features an attractive user interface that facilitates communication with agents and includes tools for performance monitoring and evaluation. Being model-agnostic, it ensures a consistent interface across more than 23 model providers, eliminating the risk of vendor lock-in. Agents can be instantiated in roughly 2μs on average, which is about 10,000 times quicker than LangGraph, while consuming an average of only 3.75KiB of memory—50 times less than LangGraph. The framework prioritizes reasoning, enabling agents to engage in "thinking" and "analysis" through reasoning models, ReasoningTools, or a tailored CoT+Tool-use method. Furthermore, Agno supports native multimodality, allowing agents to handle various inputs and outputs such as text, images, audio, and video. The framework's sophisticated multi-agent architecture encompasses three operational modes: route, collaborate, and coordinate, enhancing the flexibility and effectiveness of agent interactions. By integrating these features, Agno provides a robust platform for developing intelligent agents that can adapt to diverse tasks and scenarios.