| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-10 | 1.7 kB | |
| v2.3.10 source code.tar.gz | 2025-12-10 | 18.3 MB | |
| v2.3.10 source code.zip | 2025-12-10 | 20.2 MB | |
| Totals: 3 Items | 38.5 MB | 0 | |
Changelog
New Features:
- Shopify Toolkit: Get analytics and insights for your shopify store backend. Analyse sales, customers, etc. with
ShopifyTools.
Improvements:
- Gemini URL Context Streaming: Added support for URL Context on streaming requests.
Bug Fixes:
- Streaming agents crash evals: Fixed issue when running evals on agent/team with streaming enabled by adding explicit
stream=Falseparameter to all agent runs within eval code. - Session State Updates in Generator Functions: Fixed inconsistencies when tools
yieldevents and updates are made tosession_state.
What's Changed
- fix: Streaming agent crash in evals [SDK-363] by @harshsinha03 in https://github.com/agno-agi/agno/pull/5668
- fix: inject run_context for async run and non-async stream by @harrytran001 in https://github.com/agno-agi/agno/pull/5666
- fix: Gemini URL context stream by @dirkbrnd in https://github.com/agno-agi/agno/pull/5670
- fix: create table if needed when upserting knowledge w AsyncSqlite by @manuhortet in https://github.com/agno-agi/agno/pull/5677
- fix: Generator function session state updates by @dirkbrnd in https://github.com/agno-agi/agno/pull/5671
- fix: Stream persistence by @dirkbrnd in https://github.com/agno-agi/agno/pull/5678
- feat: add workflows instrumentation cookbooks by @kausmeows in https://github.com/agno-agi/agno/pull/5679
- feat: Shopify Tools by @dirkbrnd in https://github.com/agno-agi/agno/pull/5682
- chore: release 2.3.10 by @ysolanky in https://github.com/agno-agi/agno/pull/5680
Full Changelog: https://github.com/agno-agi/agno/compare/v2.3.9...v2.3.10