Docs
New Features
- Docs are available!: Check out the full usage guide with lots of useful tips at https://vrsen.github.io/agency-swarm/
- Added
get_openapi_schema
to ToolFactory: With this method, you can now convert multiple tools into a single OpenAPI schema. This is useful when you want to deploy all tools for an agent in a single endpoint. - --with_browsing option for genesis CLI: Make browsing agent optional in genesis CLI, because the ToolAgent can create schemas for most APIs.
- Azure OpenAI Support: Docs and notebook on how to use agency swarm with Azure are available here.
Bug Fixes
- Fixed main thread from being saved using
threads_callbacks
.
Full Changelog: v0.1.2...v0.1.3