v0.2.3
版本发布时间: 2024-05-26 01:25:41
VRSEN/agency-swarm最新发布版本:v0.3.0(2024-08-21 01:07:11)
New Features
-
BrowsingAgent
is now significantly improved and uses vision directly with GPT-4o, instead of through the tools -
MessageOutput
now contains an object which caused the message, for more flexibility in backend integrations. - Shared state now contains
agent
andrecipient_agent
references. Additionally, it is now initialized inAgency
class, rather than package-wide.
Bug Fixes
- Fix Order of Operations in
Agent.init_oai
Method to Ensure Assistant Updates by @bonk1t in https://github.com/VRSEN/agency-swarm/pull/127 - Other minor bug fixes
New Contributors
- @bonk1t made their first contribution in https://github.com/VRSEN/agency-swarm/pull/127
Full Changelog: https://github.com/VRSEN/agency-swarm/compare/v0.2.2...v0.2.3