github agno-agi/agno v2.3.20

5 hours ago

Changelog

Improvements

  • Run Cancellation: Add async methods to our Run Cancellation setup, and allow users to set a custom one using set_cancellation_manager().
  • reasoning_content for LiteLLM model wrapper: Extract reasoning content from the models which support it via lite llm

Bug Fixes:

  • Agent Run Retries: Fixed an issue duplicating responses when running asynchronously with retries set to more than 1.
  • Complex Memories on AgentOS: Improve handling for nested memory content on the OS API. This also fixes an issue with some memories resulting from the v1 → v2 database migration.
  • Session sorting on AgentOS: Fixed an issue sorting sessions migrated from v1 to v2, that can have empty updated_at values.
  • Memory Dates: Fixed an issue handling some date formats when initializing User Memories.

What's Changed

New Contributors

Full Changelog: v2.3.19...v2.3.20

Don't miss a new agno release

NewReleases is sending notifications on new releases.