- Step1: git clone https://github.com/shaadclt/Multi-Agent-Conversation-AutoGen.git 명령어로 리포지토리 복제
- Step2: Python 3.8 이상과 dependencies를 pip install -r requirements.txt로 설치
- Step3: 환경 변수 또는 설정 파일에 OPENAI_API_KEY 등록
- Step4: config.yaml 파일 수정하여 에이전트 페르소나, 역할, 대화 매개변수 정의
- Step5: python autogen.py --config config.yaml 실행하여 다중 에이전트 대화 생성
- Step6: output 디렉터리 내 로그를 검토하고 필요한 경우 파라미터 조정