Python 3.10.
python --version
python -m venv autogen-env
.\autogen-env\Scripts\Activate.ps1
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\autogen-env\Scripts\Activate.ps1
[Link] -m pip install --upgrade pip
pip install -U autogenstudio
autogenstudio ui --port 8081
autogenstudio ui --port 8081 --appdir C:\Users\waelr\autogenstudio_clean
1. Open AutoGen Studio
2. Go to Team Builder
3. Create New Team
4. Build or paste JSON there
5. Save the team
6. Test in Playground
7. Only after it works, export/save it to Gallery if needed