0% found this document useful (0 votes)
2 views1 page

Python Autogen Setup

The document provides instructions for setting up and using AutoGen Studio with Python 3.10.9. It includes steps for creating a virtual environment, installing necessary packages, and using the AutoGen Studio interface to build and test a team. Finally, it outlines the process for saving and exporting the team once it is successfully tested.

Uploaded by

tuliproseshako
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Python Autogen Setup

The document provides instructions for setting up and using AutoGen Studio with Python 3.10.9. It includes steps for creating a virtual environment, installing necessary packages, and using the AutoGen Studio interface to build and test a team. Finally, it outlines the process for saving and exporting the team once it is successfully tested.

Uploaded by

tuliproseshako
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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

You might also like