v0.2.33
版本发布时间: 2024-07-30 22:32:40
microsoft/autogen最新发布版本:v0.2.38(2024-11-11 10:53:33)
Highlights
- 🔥 Qdrant support for the VectorDB interface
- 🔥 MongoDB vector search support in Autogen RAG
- 🔥 Gemini support via VertexAI
- 🥳 Blogpost on AgentOps in AutoGen Thanks to @Anush008, @ranfysvalle02, @LittleLittleCloud, @thinkall, @areibman, @rajan-chari, @joris-swapfiets and all contributors!
What's Changed
- Update AutoTX Link on Gallery.json by @rihp in https://github.com/microsoft/autogen/pull/3082
- fix: support openai service account apikey format by @wrfly in https://github.com/microsoft/autogen/pull/3078
- [.Net] Update FunctionCallTemplate.tt to encode
"
by @prithvi2226 in https://github.com/microsoft/autogen/pull/3068 - Demo Notebook for Using Gemini with VertexAI by @luxzoli in https://github.com/microsoft/autogen/pull/3032
- [.Net] fix #2695 and #2884 by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3069
- [.Net] Agent as service: Run an
IAgent
as openai chat completion endpoint by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/2633 - Add StateFlow to related papers in Readme by @yiranwu0 in https://github.com/microsoft/autogen/pull/3108
- [.Net] Prepare release note for AutoGen.Net 0.0.16 by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3117
- fix llamaindex notebook by @sonichi in https://github.com/microsoft/autogen/pull/3093
- fix AutoGen.NET middleware documentation examples by @MarkWard0110 in https://github.com/microsoft/autogen/pull/3128
- feat: Qdrant support for the VectorDB interface by @Anush008 in https://github.com/microsoft/autogen/pull/3035
- Fix websurfer test error by @thinkall in https://github.com/microsoft/autogen/pull/3138
- [.Net] update sk version from 1.10.0 to 1.15.1 by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3131
- [.Net] add cancellation token to transition check lambda by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3132
- [.Net] Stop generating
Azure.AI.OpenAI.FunctionDefinition
inAutoGen.SourceGenerator
by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3134 - [.Net] update dotnet-ci and dotnet-release to use 8.0.x version when setting up .NET. And enable format check by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3136
- [.Net] Publish AutoGen.WebAPI by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3145
- Update qdrant notebook for new qdrant vectordb by @thinkall in https://github.com/microsoft/autogen/pull/3140
- Fixed a typo in tool-use.ipynb by @lucacorbucci in https://github.com/microsoft/autogen/pull/3151
- Add Agentok into gallery by @hughlv in https://github.com/microsoft/autogen/pull/3148
- Fix typo in agentchat_nestedchat.ipynb by @nfedyashev in https://github.com/microsoft/autogen/pull/3139
- Update JSON_mode_example.ipynb by @umermansoor in https://github.com/microsoft/autogen/pull/3130
- Fix docstring for API reference doc in website by @thinkall in https://github.com/microsoft/autogen/pull/3172
- [.Net] add streaming tool call example by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3167
- Added anthropic bedrock by @makkzone in https://github.com/microsoft/autogen/pull/3103
- Update token_count_utils.py - Replace
print
withlogger.warning
by @umermansoor in https://github.com/microsoft/autogen/pull/3168 - fix: update method name in GeminiClient by @sugatoray in https://github.com/microsoft/autogen/pull/3007
- add Use AutoGen.Net agent as model in AG Studio by @olaoluwasalami in https://github.com/microsoft/autogen/pull/3182
- Fix cost calculation with custom pricing by @yiranwu0 in https://github.com/microsoft/autogen/pull/3175
- [.Net] rename namespace AutoGen.Service.* -> AutoGen.WebAPI.* by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3177
- [.Net] Allow passing a kernel to Interactive Service. by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3183
- Enhance vertexai integration by @luxzoli in https://github.com/microsoft/autogen/pull/3086
- [.Net] Add a constructor which takes ChatCompletionOptions for OpenAIChatAgent by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3170
- [CAP] Convenience methods for protobuf and some minor refactoring by @rajan-chari in https://github.com/microsoft/autogen/pull/3022
- [CAP] Address missed PR comment changes (Minor) by @rajan-chari in https://github.com/microsoft/autogen/pull/3201
- [.Net] fix #3203 by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3204
- Fix typo in agentchat_society_of_mind.ipynb by @imadilkhalil in https://github.com/microsoft/autogen/pull/3180
- Fix Anthropic Bedrock support by @joris-swapfiets in https://github.com/microsoft/autogen/pull/3210
- Resolve arguments formatting by @tjin88 in https://github.com/microsoft/autogen/pull/3194
- +mdb atlas vectordb [clean_final] by @ranfysvalle02 in https://github.com/microsoft/autogen/pull/3000
- [Test] Avoid code scanning falsely identify by @wenngong in https://github.com/microsoft/autogen/pull/3218
- Fix failing GitGuardian check by @umermansoor in https://github.com/microsoft/autogen/pull/3228
- Agent Observability Blog Post by @areibman in https://github.com/microsoft/autogen/pull/3209
- #3219 Fix ConversableAgent break link in agent_chat.md file by @CellCS in https://github.com/microsoft/autogen/pull/3221
- Human Input Mode: update input prompt message to include responding agent's agent name by @jatins in https://github.com/microsoft/autogen/pull/3149
- Add gpt-4o-mini to model list by @umermansoor in https://github.com/microsoft/autogen/pull/3169
- Observability blog post styling hot fix by @areibman in https://github.com/microsoft/autogen/pull/3234
- bump version by @qingyun-wu in https://github.com/microsoft/autogen/pull/3231
- [Typo] Update MongoDB Notebook to acknlowedge >=M10 support by @Jibola in https://github.com/microsoft/autogen/pull/3220
- Update Microsoft Fabric notebook by @thinkall in https://github.com/microsoft/autogen/pull/3243
- Fix reference links by @umermansoor in https://github.com/microsoft/autogen/pull/3239
- Improve error messaging by @umermansoor in https://github.com/microsoft/autogen/pull/3236
- Recreated doc for Local LLMs - LiteLLM and Ollama - native function calling in Ollama by @marklysze in https://github.com/microsoft/autogen/pull/3197
- [.Net] add SendAsync api to iterate group chat step by step by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3214
- [.Net] bump version and add release note by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3246
- Add additional tests to capture edge cases and more error conditions by @umermansoor in https://github.com/microsoft/autogen/pull/3237
New Contributors
- @wrfly made their first contribution in https://github.com/microsoft/autogen/pull/3078
- @prithvi2226 made their first contribution in https://github.com/microsoft/autogen/pull/3068
- @lucacorbucci made their first contribution in https://github.com/microsoft/autogen/pull/3151
- @hughlv made their first contribution in https://github.com/microsoft/autogen/pull/3148
- @nfedyashev made their first contribution in https://github.com/microsoft/autogen/pull/3139
- @umermansoor made their first contribution in https://github.com/microsoft/autogen/pull/3130
- @makkzone made their first contribution in https://github.com/microsoft/autogen/pull/3103
- @sugatoray made their first contribution in https://github.com/microsoft/autogen/pull/3007
- @imadilkhalil made their first contribution in https://github.com/microsoft/autogen/pull/3180
- @joris-swapfiets made their first contribution in https://github.com/microsoft/autogen/pull/3210
- @tjin88 made their first contribution in https://github.com/microsoft/autogen/pull/3194
- @ranfysvalle02 made their first contribution in https://github.com/microsoft/autogen/pull/3000
- @wenngong made their first contribution in https://github.com/microsoft/autogen/pull/3218
- @CellCS made their first contribution in https://github.com/microsoft/autogen/pull/3221
- @jatins made their first contribution in https://github.com/microsoft/autogen/pull/3149
- @Jibola made their first contribution in https://github.com/microsoft/autogen/pull/3220
Full Changelog: https://github.com/microsoft/autogen/compare/v0.2.32...v0.2.33