v0.2.5
版本发布时间: 2024-05-30 13:01:52
VRSEN/agency-swarm最新发布版本:v0.3.0(2024-08-21 01:07:11)
New Features
- Converting OpenAI/OpenAPI schemas using
ToolFactory
into tools has been significantly improved withdatamodel-code-generator
. Now, all parameters and endpoints are converted intoBaseTool
s flawlessly, even with complex data structures likeoneOf
orallOf
, allowing the agent to validate all inputs before calling the API. - Default model is now
gpt-4o
. - Gradio interface now accepts image files for analysis with vision.
- Gradio interface now automatically adds required tools to the recipient agent when uploading files.
Bug Fixes
- Fixed bugs with the initialization of assistants created with the V1 assistants API. #128
- Fixed file assignment to tool resources based on file types in the Gradio interface.
- Fixed typos by @Elektra58.
New Contributors
- @beanlover made their first contribution in https://github.com/VRSEN/agency-swarm/pull/129
- @Elektra58 made their first contribution in https://github.com/VRSEN/agency-swarm/pull/132
Note
Version 0.2.4 was skipped because of an extra debug statement that was not removed.
Full Changelog: https://github.com/VRSEN/agency-swarm/compare/v0.2.3...v0.2.5