GitHub - agno-agi/agno: Agno is a lightweight, high-performance library for building Agents.
What is Agno?
Agno is a full-stack framework for building Multi-Agent Systems with memory, knowledge and reasoning.
Use Agno to build the 5 levels of Agentic Systems:
Level 1: Agents with tools and instructions.
Level 2: Agents with knowledge and storage.
Level 3: Agents with memory and reasoning.
Level 4: Agent Teams that can reason and collaborate.
Level 5: Agentic Workflows with state and determinism.
Example: Level 1 Reasoning Agent that uses the YFinance API to answer questions:
from agno.a...
Read more at github.com