v0.6.0
VRSEN/agency-swarmv0.6.0May 26, 2025by nicko-ai
AI Summary
This release introduces a new FastAPI integration, enabling agencies and tools to be deployed as APIs, alongside stability improvements and project structure modernization.
Key Highlights
- New FastAPI `run_fastapi` method
- Improved thread cancelling
- Modernized project structure and tooling
- Zapier integration documentation
New Features
- FastAPI integration
- Thread cancelling improvements
- MCP tools improvements
- Project structure modernization
Full Release Notes
## What's Changed ### Features: - Added FastAPI integration by @ArtemShatokhin in #274: - Added a new `run_fastapi` method and a function to deploy agencies and tools as APIs using FastAPI ### Fixes and stability enhancements: - Improved thread cancelling by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/279 - MCP tools improvements by @ArtemShatokhin in #270 - Modernize project structure and tooling and resolve dependency issues by @bonk1t in https://github.com/VRSEN/agency-swarm/pull/277 ### Other changes: - Add Zapier integration documentation by @dumitruPuggle in #271 - Updated docs for MCP changes by @ArtemShatokhin - Improved documentation clarity and organization by @dumitruPuggle **Full Changelog**: https://github.com/VRSEN/agency-swarm/compare/v0.5.1...v0.6.0