Skip to content

Latest commit

 

History

History
69 lines (55 loc) · 2.07 KB

README.md

File metadata and controls

69 lines (55 loc) · 2.07 KB

PRs Welcome LinkedIn

Build your dream team with Autogen

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.

image

🎉 November 18, 2024: we are porting this repo to Autogen 0.4, A new event driven, asynchronous architecture for AutoGen and Magentic One

Installation

Clone the repository

git clone https://github.com/yanivvak/dream-team.git  

Navigate to the project directory

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)

Install dependencies

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 credentials

  • 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

Run

Switch to dream team folder(cd ..)

streamlit run app-agnext.py