github agno-agi/agno v2.3.7

5 hours ago

Changelog

New Features:

  • Amazon Redshift Tools: Added toolkit for exploring Amazon Redshift databases and running queries. See the docs.

Improvements:

  • Revamp Human-in-the-Loop DX: We are introducing the RunRequirement class to handle HITL requirements. Now during HITL flows, you will find these objects in the Agent response or RunPaused event (if streaming). You can handle and resolve the HITL requirements via these objects. You can read more and see examples in the docs.
  • Yield run responses from continue_run: You can now pass yield_run_response to the continue run methods when streaming, to yield a RunOutput object at the end.
  • Async Databases with AgentOS Evals: You can now run Agno evals via the AgentOS with Agents and Teams that use an asynchronous database class.
  • Knowledge Retriever Update: Now passing run_context into get_relevant_documents_from_knowledge so custom retrievers has access to dependencies

Bug Fixes:

  • Table creation with AsyncPostgresDb: fix a bug related to automatic table creation when using the AsyncPostgresDb class.
  • Memory Topics with SQLite: fix a bug getting all existing memory topics when using SQLite as database.

What's Changed

New Contributors

Full Changelog: v2.3.6...v2.3.7

Don't miss a new agno release

NewReleases is sending notifications on new releases.