| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-12 | 2.3 kB | |
| v2.3.12 source code.tar.gz | 2025-12-12 | 18.3 MB | |
| v2.3.12 source code.zip | 2025-12-12 | 20.3 MB | |
| Totals: 3 Items | 38.6 MB | 0 | |
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
RunRequirementto 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_limitparameter to adjust how many times these retries should happen.
What's Changed
- fix: Include content name and description fields for hash generation by @willemcdejongh in https://github.com/agno-agi/agno/pull/5697
- [fix] Serialize RunRequirement datetime for PostgreSQL JSONB storage by @edlsh in https://github.com/agno-agi/agno/pull/5694
- fix: AgentOS Knowledge reading async. by @willemcdejongh in https://github.com/agno-agi/agno/pull/5700
- fix: gemini retry by @ysolanky in https://github.com/agno-agi/agno/pull/5695
- chore: add workers to speed up release testing by @manuhortet in https://github.com/agno-agi/agno/pull/5702
- feat: Add token counting utility + Add support for it in Compression by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/5593
- fix: csv reader by @ysolanky in https://github.com/agno-agi/agno/pull/5706
- fix: OpenAI responses test by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/5707
- chore: v2.3.12 by @manuhortet in https://github.com/agno-agi/agno/pull/5704
Full Changelog: https://github.com/agno-agi/agno/compare/v2.3.11...v2.3.12