Skip to content

v0.8.0b1

Pre-release
Pre-release

Choose a tag to compare

@marklysze marklysze released this 28 Feb 20:47
· 945 commits to main since this release
628dd59

❕ 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 or pip install ag2[gemini] for Google's Gemini.
  • See our Model Providers documentation for details on installing AG2 with different model providers.

New Contributors

What's Changed

Full Changelog: v0.7.6...v0.8.0b1