This repo helps you to build a team of AI agents, this code is setting up a system of agents using the autogen library. The agents include a human admin, an AI Developer, a planner, an executor, and a quality assurance agent. Each agent is configured with a name, a role, and specific behaviors or responsibilities.
🎉 November 18, 2024: we are porting this repo to Autogen 0.4, A new event driven, asynchronous architecture for AutoGen and Magentic One
git clone https://github.com/yanivvak/dream-team.git
cd dream-team
Set up a virtual environment (Preferred)
python -m venv dream
Once you’ve created a virtual environment, you may activate it.
On Windows, run:
dream\Scripts\activate
On Unix or MacOS, run:
source dream/bin/activate
To deactivate :
deactivate
More information about virtual environments can be found [here] (https://docs.python.org/3/tutorial/venv.html)
pip install -r requirements-agvnext.txt
git clone https://github.com/microsoft/autogen.git
cd autogen/python/packages/autogen-magentic-one
pip install -e .
playwright install --with-deps chromium
- Update .env.sample with your credentials
- Save it as .env
Magentic-One code uses code execution, you need to have Docker installed to run any examples
Switch to dream team folder(cd ..)
streamlit run app-agnext.py