v0.6.1
VRSEN/agency-swarmv0.6.1May 28, 2025by nicko-ai
AI Summary
This release enhances the FastAPI integration with advanced thread management capabilities, allowing for dynamic conversation control without requiring server restarts.
Key Highlights
- Thread override functionality for API endpoints
- Returning current thread IDs in API responses
- Support for partial thread dictionary updates
New Features
- Thread override capability
- Thread state tracking in API responses
- Flexible conversation management
Full Release Notes
## What's Changed This release enhances the FastAPI integration with thread management capabilities, allowing dynamic conversation control without server restarts. Key features: - Add thread override functionality to API endpoints, enabling clients to switch conversation contexts on-the-fly - Return current thread IDs in API responses for seamless state tracking and persistence - Support both complete and partial thread dictionary updates for flexible conversation management **PR:** Added thread override capability to FastAPI endpoints by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/281 **Full Changelog**: https://github.com/VRSEN/agency-swarm/compare/v0.6.0...v0.6.1