- Step1: Clone the repository: git clone https://github.com/lreimer/taxi-callcenter-agents.git
- Step2: Install dependencies: pip install -r requirements.txt
- Step3: Set your OpenAI API key: export OPENAI_API_KEY=your_key
- Step4: Configure agent settings in config.py (model names, parameters)
- Step5: Run the simulation: python main.py
- Step6: Monitor terminal logs and observe agent dialogues
- Step7: Customize prompts or add new agents to extend functionality