v1.7.3
July 15, 2025
1.7.3
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.