Highlights
- 🔥 Agent Integration: Llamaindex agent integration
- 🔥 Observability: AgentOps Runtime Logging Integration
- 🔥 AutoGen.Net: AutoGe.Net new 0.0.15 release which add Gemini support.
- Gemini support improvements: Latest Example of Using Gemini in AutoGen with other LLMs
- Azure client improvements to support AAD auth.
Thanks to @colombod, @krishnashed, @sonichi, @thinkall, @luxzoli, @LittleLittleCloud, @afourney, @WaelKarkoub, @aswny, @bboynton97, @victordibia, @DavidLuong98, @Knucklessg1, @Noir97, @davorrunje, @ken-gravilon, @yiranwu0, @TheTechOddBug, @whichxjy, @LeoLjl, @qingyun-wu, and all the other contributors!
What's Changed
- Add llamaindex agent integration by @colombod in #2831
- Broken links fix by @krishnashed in #2843
- update guide about roadmap issues by @sonichi in #2846
- Fix chromadb get_collection ignores custom embedding_function by @thinkall in #2854
- Use Gemini without API key by @luxzoli in #2805
- Refactor hook registration and processing methods by @colombod in #2853
- [.Net] Add AOT compatible check for AutoGen.Core by @LittleLittleCloud in #2858
- Updated the azure client to support AAD auth. by @afourney in #2879
- add github icon to AutoGen.Net website by @LittleLittleCloud in #2878
- [Refactor] Transforms Utils by @WaelKarkoub in #2863
- allow function to remove termination string in groupchat by @aswny in #2804
- AgentOps Runtime Logging Implementation by @bboynton97 in #2682
- Autogenstudio docs by @victordibia in #2890
- [.Net] Add Goolge gemini by @LittleLittleCloud in #2868
- [.Net] Support image input for Anthropic Models by @DavidLuong98 in #2849
- version update by @sonichi in #2908
- Bugfix: PGVector/RAG - Calculate the Vector Size based on Model Dimensions by @Knucklessg1 in #2865
- Update notebook agentchat_microsoft_fabric by @thinkall in #2886
- Change chunk size of vectordb from max_tokens to chunk_token_size by @Noir97 in #2896
- Chore: pre-commit version update and a few spelling fixes by @davorrunje in #2913
- Chore: CRLF changed to LF by @davorrunje in #2915
- Improve update context condition checking rule by @thinkall in #2883
- Docs typo cli-code-executor.ipynb by @ken-gravilon in #2909
- Fixes
human_input_mode
annotations by @WaelKarkoub in #2864 - [.Net] Add Gemini samples to AutoGen.Net website + configure Gemini package to be ready for release by @LittleLittleCloud in #2917
- Fix CRLF file format by @davorrunje in #2935
- Bump braces from 3.0.2 to 3.0.3 in /website by @dependabot in #2934
- update release log for AutoGen.Net 0.0.15 by @LittleLittleCloud in #2937
- Allow passing in custom pricing in config_list by @yiranwu0 in #2902
- Fix line numbers within instructions in comments. by @TheTechOddBug in #2867
- Fix typo: double comma by @whichxjy in #2940
- [.Net] update oai tests by using new OpenAI resources by @LittleLittleCloud in #2939
- [Autobuild] improve robustness and reduce cost by @LeoLjl in #2907
- Filter models with tags instead of model name by @qingyun-wu in #2912
- Fix missing messages in Gemini history by @luxzoli in #2906
New Contributors
- @colombod made their first contribution in #2831
- @luxzoli made their first contribution in #2805
- @aswny made their first contribution in #2804
- @bboynton97 made their first contribution in #2682
- @Noir97 made their first contribution in #2896
- @ken-gravilon made their first contribution in #2909
- @TheTechOddBug made their first contribution in #2867
- @whichxjy made their first contribution in #2940
Full Changelog: v0.2.28...v0.2.29