github agno-agi/agno v2.2.9

5 hours ago

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: v2.2.8...v2.2.9

Don't miss a new agno release

NewReleases is sending notifications on new releases.