Skip to content

Browsing Agent Improved

Compare
Choose a tag to compare
@VRSEN VRSEN released this 25 May 17:25
· 103 commits to main since this release

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 and recipient_agent references. Additionally, it is now initialized in Agency 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