Skip to content

Instantly share code, notes, and snippets.

@gloriouskilka
Created December 10, 2024 08:51
Show Gist options
  • Save gloriouskilka/72a1879d05fbed1d93b93c1d8a44253e to your computer and use it in GitHub Desktop.
Save gloriouskilka/72a1879d05fbed1d93b93c1d8a44253e to your computer and use it in GitHub Desktop.
Autogen 0.2 and 0.4 at the same time
git clone -b 0.2 https://github.com/microsoft/autogen autogen_02
cd autogen_02
powershell -Command "(Get-Content setup.py) -replace 'autogen-agentchat', 'autogen_agentchat_02' | Set-Content setup.py"
REM pip install ./autogen_02
pip install .
pip install autogen-agentchat==0.4.0.dev10 autogen-ext[openai]==0.4.0.dev10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment