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.
:tada: 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 src
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
pip install -r requirements.txt
git clone https://github.com/microsoft/autogen.git
cd autogen/python/packages/autogen-magentic-one
pip install -e .
playwright install --with-deps chromium
Magentic-One code uses code execution, you need to have Docker installed to run any examples
streamlit run app.py
$ claude mcp add dream-team \
-- python -m otcore.mcp_server <graph>