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