- 1단계: 저장소 클론: git clone https://github.com/lreimer/taxi-callcenter-agents.git
- 2단계: 의존성 설치: pip install -r requirements.txt
- 3단계: OpenAI API 키 설정: export OPENAI_API_KEY=your_key
- 4단계: config.py에서 에이전트 설정 (모델 이름, 파라미터 등) 변경
- 5단계: 시뮬레이션 실행: python main.py
- 6단계: 터미널 로그 모니터링 및 에이전트 대화 관찰
- 7단계: 프롬프트를 커스터마이즈하거나 새 에이전트 추가하여 기능 확장