v0.2.35
Highlights
- Enhanced Mistral client support
- Enhanced RAG support
- Enhanced message formatting
Thanks to @WaelKarkoub, @cbelwal, @HenryKobin, @LittleLittleCloud, @olaoluwasalami, @realmorrisliu, @marklysze and all contributors.
What's Changed
- Removes Support For
TransformChatHistory
andCompressibleAgent
by @WaelKarkoub in microsoft#3313 - Updated Program.cs for Autogen.BasicSample to give menu driven options by @cbelwal in microsoft#3346
- Remove dependency on RetrieveAssistantAgent for RetrieveChat by @thinkall in microsoft#3320
- Missing backticks breaking documentation in groupchat.last_speaker by @HenryKobin in microsoft#3357
- Update Mistral client class to support new Mistral v1.0.1 package by @marklysze in microsoft#3356
- adding a new page Function comparison between Python AutoGen and Auto… by @olaoluwasalami in microsoft#3367
- Update README.md to use camera-ready by @gagb in microsoft#3370
- Add OpenAI Gemini Example for VertexAI Notebook by @luxzoli in microsoft#3290
- [.NET] Add cache control to Anthropic Client by @DavidLuong98 in microsoft#3372
- Correct documentation: Replace NEVER with TERMINATE in human-in-the-loop.ipynb by @realmorrisliu in microsoft#3379
- [.Net] Dispose kernel after running dotnet interactive tests by @LittleLittleCloud in microsoft#3378
- Ensure 'name' on initial message by @marklysze in microsoft#2635
- [.Net] Enable step-by-step execution for two-agent conversation SendAsync API by @LittleLittleCloud in microsoft#3360
New Contributors
- @cbelwal made their first contribution in microsoft#3346
- @HenryKobin made their first contribution in microsoft#3357
- @realmorrisliu made their first contribution in microsoft#3379
Full Changelog: microsoft/autogen@v0.2.34...v0.2.35