- Step1: Clone the repository using git clone https://github.com/shaadclt/Multi-Agent-Conversation-AutoGen.git
- Step2: Install Python 3.8+ and dependencies via pip install -r requirements.txt
- Step3: Set OPENAI_API_KEY in your environment variables or config file
- Step4: Edit the config.yaml file to define agent personas, roles, and conversation parameters
- Step5: Run python autogen.py --config config.yaml to generate multi-agent dialogues
- Step6: Review the output logs in the output directory and adjust parameters as needed