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