github agno-agi/agno v2.3.12

one day ago

Changelog

New Features:

  • Compression Manager Token Counting: Added support for token count
    based compression across providers. Read more
    here

Improvements:

  • Adding Knowledge - Content Hash Enhancement: Content hashing now
    includes name and description fields for URLs, paths, and file_data to
    ensure uniqueness. The same URL or path with different names or
    descriptions will produce different content hashes, allowing multiple
    distinct content items from the same source. Note: Existing content
    previously added with names/descriptions may have different hashes than
    what this version generates, which could
    affect skip_if_exists and upsert behavior for that content.

Bug Fixes:

  • Session storage in HITL flows: Add some parsing logic in
    RunRequirement to ensure it is properly converted into JSON before
    persisting the related run, to avoid DB errors or missing data.
  • Gemini Malformed Tool Calls: Fixes to the logic to retry Gemini
    requests that end with a malformed tool call. Also introduce the
    retry_with_guidance_limit parameter to adjust how many times these
    retries should happen.

What's Changed

Full Changelog: v2.3.11...v2.3.12

Don't miss a new agno release

NewReleases is sending notifications on new releases.