Installing AG2
Tip
We recommended using a virtual environment for your project to keep your packages contained. See venv.
Warning
From version 0.8: The OpenAI package, openai
, is not installed by default.
Install AG2 with your preferred model provider(s), for example:
pip install "ag2[openai]"
pip install "ag2[gemini]"
pip install "ag2[anthropic,cohere,mistral]"
On Mac OS, if you get "no matches found:", add a quote to the package name, for example:
pip install "ag2[openai]"
Install AG2 on your machine: