v0.2.32
版本发布时间: 2024-07-04 23:42:20
microsoft/autogen最新发布版本:v0.2.38(2024-11-11 10:53:33)
Highlights
- 🔥 Groq client support
- 🔥 Cohere client support
- 🥳 Blogpost on enhanced non-OpenAI model support
- 🥳 Blogpost on AgentEval Thanks to @yiranwu0, @LittleLittleCloud, @jluey1, @Hk669, @marklysze, @wmwxwa, @JeffreySu, @julianakiseleva, @DavidLuong98, @fhinkel, @qingyun-wu and all contributors!
Happy July 4th 🎆 🎈 🥳 !
What's Changed
- Improve doc in tutorial/conversation-patterns and customized_speaker_selection by @yiranwu0 in https://github.com/microsoft/autogen/pull/3006
- [.Net] Update website with Tutorial section by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/2982
- [.Net] fix #2975 by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3012
- AgentEval Blogpost by @jluey1 in https://github.com/microsoft/autogen/pull/2954
- [.Net] improve
Create agent with tools
and add tuturial reference in index.md by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3024 - #2708 add Add a judgment to the graph constructor by @JeffreySu in https://github.com/microsoft/autogen/pull/2709
- [.Net] add sample on how to make function call using lite llm and ollama Plus move ollama openai sample to AutoGen.OpenAI.Sample project by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3015
- Create azure_cosmos_db in ecosystems.md by @wmwxwa in https://github.com/microsoft/autogen/pull/2371
- fix log_function_use warning by @Hk669 in https://github.com/microsoft/autogen/pull/3018
- Groq Client by @marklysze in https://github.com/microsoft/autogen/pull/3003
- [.Net] fix #3014 by adding local model function call in dotnet website by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3044
- Update README.md by @julianakiseleva in https://github.com/microsoft/autogen/pull/3025
- [.Net] Support tools for AnthropicClient and AnthropicAgent by @DavidLuong98 in https://github.com/microsoft/autogen/pull/2944
- [.Net] Fix #3045 by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3047
- Fix llama_index tests by @thinkall in https://github.com/microsoft/autogen/pull/3063
- Update qdrant dependency by @thinkall in https://github.com/microsoft/autogen/pull/3064
- Fix simple typos in human-in-the-loop.ipynb by @fhinkel in https://github.com/microsoft/autogen/pull/3051
- update readme by @qingyun-wu in https://github.com/microsoft/autogen/pull/3057
- Blog post for enhanced non-OpenAI model support by @marklysze in https://github.com/microsoft/autogen/pull/2965
- Fix simple typo in chat-termination.ipynb by @fhinkel in https://github.com/microsoft/autogen/pull/3050
- Cohere Client by @Hk669 in https://github.com/microsoft/autogen/pull/3004
- bump version by @qingyun-wu in https://github.com/microsoft/autogen/pull/3073
New Contributors
- @JeffreySu made their first contribution in https://github.com/microsoft/autogen/pull/2709
- @fhinkel made their first contribution in https://github.com/microsoft/autogen/pull/3051
Full Changelog: https://github.com/microsoft/autogen/compare/v0.2.31...v0.2.32