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 #5668
- fix: inject run_context for async run and non-async stream by @harrytran001 in #5666
- fix: Gemini URL context stream by @dirkbrnd in #5670
- fix: create table if needed when upserting knowledge w AsyncSqlite by @manuhortet in #5677
- fix: Generator function session state updates by @dirkbrnd in #5671
- fix: Stream persistence by @dirkbrnd in #5678
- feat: add workflows instrumentation cookbooks by @kausmeows in #5679
- feat: Shopify Tools by @dirkbrnd in #5682
- chore: release 2.3.10 by @ysolanky in #5680
Full Changelog: v2.3.9...v2.3.10