mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-12 15:31:21 +00:00
A series of changes to the `python/packages/autogen-ext/src/autogen_ext/agents/web_surfer/_multimodal_web_surfer.py` file have been made to better support smaller models. This includes changes to the prompts, state descriptions, and ordering of messages. Regression tasks with OpenAI models shows no change in GAIA scores, while scores for Llama are significantly improved.
AutoGen Extensions
AutoGen is designed to be extensible. The autogen-ext package contains many different component implementations maintained by the AutoGen project. However, we strongly encourage others to build their own components and publish them as part of the ecosytem.