v0.2.30
版本发布时间: 2024-06-22 04:06:24
microsoft/autogen最新发布版本:v0.2.38(2024-11-11 10:53:33)
Highlights
- 🔥 Enhanced Non-OpenAI Model Support:
- Anthropic Client:
claude-3-5-sonnet-20240620
is seamlessly supported! Check a group chat example between OpenAI GPT models and Claude 3.5 Sonnet in this Anthropic Client notebook - Mistral Client
- Together.AI Client
- Anthropic Client:
Thanks to @marklysze, @Hk669, @yiranwu0, @garnermccloud, @qingyun-wu, @thinkall, @olaoluwasalami, @eltociear, @LittleLittleCloud, @ShobhitVishnoi30, @NanthagopalEswaran and all the other contributors.
What's Changed
- Client class utilities by @marklysze in https://github.com/microsoft/autogen/pull/2949
- change specified api-version by @olaoluwasalami in https://github.com/microsoft/autogen/pull/2955
- Update agentchat_function_call_currency_calculator.ipynb by @eltociear in https://github.com/microsoft/autogen/pull/2952
- Bump ws from 7.5.9 to 7.5.10 in /website by @dependabot in https://github.com/microsoft/autogen/pull/2964
- Function to indicate whether to hide tools for client_utils by @marklysze in https://github.com/microsoft/autogen/pull/2966
- Anthropic Client by @Hk669 in https://github.com/microsoft/autogen/pull/2931
- a_initaite_chats update by @ShobhitVishnoi30 in https://github.com/microsoft/autogen/pull/2958
- Fix #2845 - LocalCommandLineCodeExecutor is not working with virtual environments by @NanthagopalEswaran in https://github.com/microsoft/autogen/pull/2926
- type fix for ChatResult by @Hk669 in https://github.com/microsoft/autogen/pull/2973
- Fix #2960 by checking if the values are a list of lists. by @thinkall in https://github.com/microsoft/autogen/pull/2971
- [.Net] fix #2859 by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/2974
- [.Net] add ReAct sample by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/2977
- Mistral Client by @marklysze in https://github.com/microsoft/autogen/pull/2892
- Set qdrant version to <1.9.2 to fix test errors by @thinkall in https://github.com/microsoft/autogen/pull/2984
- Anthropic client fixes by @garnermccloud in https://github.com/microsoft/autogen/pull/2981
- Together AI Client by @marklysze in https://github.com/microsoft/autogen/pull/2919
- Uniform Interface for calling different LLMs by @yiranwu0 in https://github.com/microsoft/autogen/pull/2916
- fix:
created
in ChatCompletion in non-oai clients by @Hk669 in https://github.com/microsoft/autogen/pull/2988 - Bump version to 0.2.30 by @qingyun-wu in https://github.com/microsoft/autogen/pull/2990
- update notebook wording and format by @qingyun-wu in https://github.com/microsoft/autogen/pull/2991
New Contributors
- @NanthagopalEswaran made their first contribution in https://github.com/microsoft/autogen/pull/2926
- @garnermccloud made their first contribution in https://github.com/microsoft/autogen/pull/2981
Full Changelog: https://github.com/microsoft/autogen/compare/v0.2.29...v0.2.30