Download Latest Version v2.2.10 source code.tar.gz (9.9 MB)
Email in envelope

Get an email when there's a new version of Agno

Home / v2.2.9
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-11-07 2.4 kB
v2.2.9 source code.tar.gz 2025-11-07 9.9 MB
v2.2.9 source code.zip 2025-11-07 11.8 MB
Totals: 3 Items   21.7 MB 0

Changelog

New Features:

  • Strict output on Models: Added the strict_output parameter to all models that can work with it. When set, this will guarantee the model’s generated response adheres to the contextual output_schema. It defaults to True.

Improvements:

  • Team Model Inheritance: Team members automatically inherit the model from their parent team when no model is specified. Secondary models (reasoning_model, parser_model, and output_model) are not inherited.
  • Multiple tables of the same type in the same database with AgentOS: You can now have multiple Agno tables of the same type (for example, multiple session tables) in the same database when using the AgentOS.
  • State data with AG-UI: The Agno AG-UI integration now handles state data. State sent in the AG-UI requests will be properly mapped to session_state when running the Agno Agents or Teams.
  • Custom events with AG-UI: When streaming via the AG-UI interface, your Agno CustomEvent events will now be better mapped into AG-UI custom events containing all relevant fields.
  • AgentOS run endpoints: The knowledge_filters parameter is now supported. Also improve handling of boolean and null fields presented in non-Python format.
  • Naming for Mongo and Redis vector dbs: The preferred names for the Mongo and Redis VectorDb implementations are now MongoVectorDb and RedisVectorDb

What's Changed

Full Changelog: https://github.com/agno-agi/agno/compare/v2.2.8...v2.2.9

Source: README.md, updated 2025-11-07