Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-10 | 2.7 kB | |
v1.7.2 source code.tar.gz | 2025-07-10 | 12.2 MB | |
v1.7.2 source code.zip | 2025-07-10 | 13.6 MB | |
Totals: 3 Items | 25.8 MB | 1 |
Changelog
New Features:
- MySQL Storage: Added support for
MySQLStorage
as an agent/team/workflow session storage backend. - XAi Live Search: Added support for live search on the XAi model provider.
- OpenAI Deep Research: Support added for
o4-mini-deep-research
ando3-deep-research
models.
Improvements:
- Memory Growth on Performance Evals: Added
memory_growth_tracking
as an attribute onPerformanceEval
to enable additional debug logs for memory growth. - Agent/Team in Tool Hook: Added
agent
andteam
as optional parameters in tool hooks, for more flexibility.
Bug Fixes:
- Gemini 2.5 Metrics: Fixed Gemini metrics to correctly include “thinking” tokens.
- Claude tool calling: Fixed a bug related to parsing function call responses when using Claude models.
- Team Metrics: Fixed a bug with team metrics when teams have history enabled.
What's Changed
- fix: Correctly count gemini tokens by @dirkbrnd in https://github.com/agno-agi/agno/pull/3745
- fix: Workflow streaming on playground by @dirkbrnd in https://github.com/agno-agi/agno/pull/3746
- fix: weaviate-client closed error by @kausmeows in https://github.com/agno-agi/agno/pull/3759
- fix: update Claude format_function_call_results logic by @manuhortet in https://github.com/agno-agi/agno/pull/3758
- fix: update mcp lib install instructions by @manuhortet in https://github.com/agno-agi/agno/pull/3757
- [fix] Correctly detect when tool has already been wrapped by @seandi in https://github.com/agno-agi/agno/pull/3728
- fix: Handle assistant messages in responses API by @dirkbrnd in https://github.com/agno-agi/agno/pull/3769
- chore: Add tests to measure memory impact by @dirkbrnd in https://github.com/agno-agi/agno/pull/3762
- fix: print-response by @ysolanky in https://github.com/agno-agi/agno/pull/3780
- feat: xAI live search by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/3779
- feat: mysql storage by @ysolanky in https://github.com/agno-agi/agno/pull/3782
- fix: Windows formatter script by @willemcdejongh in https://github.com/agno-agi/agno/pull/3797
- Feat: Session state in tool hook by @dirkbrnd in https://github.com/agno-agi/agno/pull/3771
- fix: team metrics when team history is enabled by @manuhortet in https://github.com/agno-agi/agno/pull/3805
- feat: OpenAI Deep Research agent by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/3785
- chore: Release 1.7.2 by @dirkbrnd in https://github.com/agno-agi/agno/pull/3773
New Contributors
- @seandi made their first contribution in https://github.com/agno-agi/agno/pull/3728
Full Changelog: https://github.com/agno-agi/agno/compare/v1.7.1...v1.7.2