v0.4.6
VRSEN/agency-swarmv0.4.6Apr 14, 2025by nicko-ai
AI Summary
This release improves observability by updating `agentops` integration and fixes core issues related to run cancellation and file search error handling.
Key Highlights
- Documentation and code fixes for `agentops`
- Added wait in cancel_run function
- Prevention of File Search errors from incorrect OpenAI schemas
New Features
- Cancel run error handling improvement
- File Search schema error prevention
- Agentops integration updates
Full Release Notes
## Release Notes (v0.4.6) ### Observability & Testing * Documentation and code fixes for new version of `agentops` by @Sinjhin in https://github.com/VRSEN/agency-swarm/pull/263 ### Core Fixes * Added wait into cancel_run function to avoid potential errors by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/251 * Prevent File Search errors when openai sends incorrect schema by @VRSEN in https://github.com/VRSEN/agency-swarm/commit/8a05056cac3deb3816cfa0ab6645dfbb2ed05d86 ## New Contributors * @Sinjhin made their first contribution in https://github.com/VRSEN/agency-swarm/pull/263 **Full Changelog**: https://github.com/VRSEN/agency-swarm/compare/v0.4.5...v0.4.6