Headsup: in the next release we will change the default setting of use_docker
in code_execution_config
to True. It needs to be set to False or None explicitly to disable docker.
Highlights
- Support Python 3.12.
- Support function call style API in function decorator.
- Support AzureOpenAI when using azure endpoints.
- Add usage summary for agents.
- Improvement in docker usage and documentation.
- Bug fix for tool call, async, group chat.
- Improvement in AutoGen studio.
- Filter llm configurations by tag.
Thanks to @ekzhu, @maxim-saplin, @kevin666aa, @r3d91ll, @Yanni8, @yenif, @davorrunje, @shhdgit, @ashutoshpw, @afourney and all the other contributors!
What's Changed
- Update studio README.md with badges by @gagb in #1225
- Add documentation and raise exception when registering async reply function in sync chat by @davorrunje in #1208
- Upgrade docusaurus by @olaoluwasalami in #1101
- fix: forward kwargs to conversable agent + fix typing by @joseferben in #1193
- [Core] Sanitize filename before using it as docker image tag. Fix #1069 by @ekzhu in #1127
- [Core] Compatibility with function call style API (Azure OpenAI and Gemini) by @ekzhu in #1227
- Refined the user_proxy description. by @afourney in #951
- update default aoai version by @sonichi in #1229
- Fix bug in async group chat with func/tool call by @sonichi in #1243
- fix: Fixed typo from 'mont' to 'mount' by @eaandersen in #1250
- Improve test for function call in groupchat by @sonichi in #1252
- run sync and async in async by @yenif in #1242
- Added the ability to add tags to the OAI_CONFIG_LIST, and filter by @afourney in #1226
- Docker Documentation by @r3d91ll in #1251
- Replaced
asyncio.coroutines.iscoroutinefunction
withinspect.iscoroutinefunction
by @davorrunje in #1267 - remove name from tool response by @yenif in #1263
- [Core] Update documentation for function call compatibility by @ekzhu in #1237
- add workdir in test by @sonichi in #1274
- remove filter_dict by @sonichi in #1284
- Add usage summary for agents by @kevin666aa in #1269
- [AutoGen Studio] Fix the new workflow process by @shhdgit in #1181
- Switched to AzureOpenAI for api_type=="azure" by @maxim-saplin in #1232
- removed alpine image by @Yanni8 in #1279
- Update README.md by @olivMertens in #1306
- Chore: Updated Blog and removed
cd frontend
by @ashutoshpw in #1301 - def _prepare_chat for groupchat manager to reset the groupchat by @yenif in #1254
- Fix website accessibility by @cheng-tan in #1153
- Support for Python 3.12 by @ekzhu in #1317
New Contributors
- @joseferben made their first contribution in #1193
- @eaandersen made their first contribution in #1250
- @r3d91ll made their first contribution in #1251
- @shhdgit made their first contribution in #1181
- @Yanni8 made their first contribution in #1279
- @olivMertens made their first contribution in #1306
- @ashutoshpw made their first contribution in #1301
- @cheng-tan made their first contribution in #1153
Full Changelog: v0.2.6...v0.2.7