Browsing Agent Improved
New Features
BrowsingAgent
is now significantly improved and uses vision directly with GPT-4o, instead of through the toolsMessageOutput
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 #127 - Other minor bug fixes
New Contributors
Full Changelog: v0.2.2...v0.2.3