v1.7.3
Changelog
New Features:
- Session State on Run: You can now pass
session_state
when running an agent or team. See docs for more information. - GCS Support for PDF Knowledge Base: Added
GCSPDFKnowledgeBase
to support PDFs on Google Cloud Storage.
Bug Fixes:
- Workflows Async + Storage: Fixed issues where sessions was not correctly stored with async workflow executions.
- Session State Management: Fixed issues around session state management in teams and agents. Session state and session name will now correctly reset and load from storage if sessions are switched.
- Metadata Support for Document Knowledge Base: Adds metadata support for
DocumentKnowledgeBase
- Session Metrics with History: Fixed bug with session metrics on
Agent
where history is enabled.
What's Changed
- feat: Startup analyst example - Scrapegraph by @Mustafa-Esoofally in #3813
- Inside the
format.bat
, enable the .venv environment when available. by @Siete-F in #3807 - feat: Atla observability example by @Mustafa-Esoofally in #3810
- fix: add metadata support for document kb by @kausmeows in #3814
- feat: Stagehand MCP example by @Mustafa-Esoofally in #3815
- fix: Workflows async + storage by @dirkbrnd in #3827
- [feat] added optional user-provided client, hitl, type ann. by @djoek in #3639
- chore: Add example for dynamic instructions by @dirkbrnd in #3835
- [fix] Fix session metrics counting history messages multiple times by @NTTLuke in #3830
- fix: Handle session state creation by @dirkbrnd in #3824
- feat: gcs storage by @pritipsingh in #3804
- chore: Release 1.7.3 by @dirkbrnd in #3846
New Contributors
Full Changelog: v1.7.2...v1.7.3