- Step1: Clone the GitHub repository from https://github.com/AlexandreSajus/Multi-Agent-Debate.
- Step2: Install Python dependencies with pip install -r requirements.txt.
- Step3: Create a .env file and add your OpenAI or other LLM API keys.
- Step4: Edit debate_config.yaml to set agent roles, debate topics, and number of rounds.
- Step5: Run python run_debate.py to launch the multi-agent debate.
- Step6: Review generated arguments, summaries, and logs in the output directory.
- Step7: Customize agent prompts or integrate additional LLMs as needed.