❕ Breaking Change
The openai
package is no longer installed by default.
- Install AG2 with the appropriate extra to use your preferred LLMs, e.g.
pip install ag2[openai]
for OpenAI orpip install ag2[gemini]
for Google's Gemini. - See our Model Providers documentation for details on installing AG2 with different model providers.
New Contributors
- @SITADRITA1 made their first contribution in #1180
- @Danyylka made their first contribution in #1183
What's Changed
- [Docs] Fix broken links by @harishmohanraj in #1170
- In Memory query engine for DocAgent by @marklysze in #1137
- Update docs with openai optional dependency by @rjambrecic in #1176
- Update docs with openai optional dependency by @rjambrecic in #1177
- Add experimental tools user guides by @rjambrecic in #1175
- Fix Terminology and Grammar in Documentation by @SITADRITA1 in #1180
- spelling errors by @Danyylka in #1183
- [@giorgossideris] Add prompt rewriting for multiple messages in ReasoningAgent by @BabyCNM in #1140
- [Docs] Fix broken links by @harishmohanraj in #1191
- [Docs] MkDocs refactoring by @harishmohanraj in #1189
- Move Reasoning agent to the "experimental" folder. by @BabyCNM in #1187
- Update RetrieveChat notebook example and minor internal naming updates by @marklysze in #1186
- Version 0.8.0b1 Version bump, documentation, and warning by @marklysze in #1182
Full Changelog: v0.7.6...v0.8.0b1