- 1단계: https://github.com/sotayamashita/ai-agent-playground에서 GitHub 저장소 복제
- 2단계: pip install -r requirements.txt를 통해 Python 3.8+ 및 의존성 설치
- 3단계: API 액세스용 환경 변수 OPENAI_API_KEY 설정
- 4단계: python examples/example_agent.py를 사용해 예제 에이전트 실행
- 5단계: config.yaml에서 에이전트 구성 맞춤화 및 tools/ 폴더에서 새 도구 구현
- 6단계: 맞춤 에이전트 스크립트 실행 및 CLI에서 출력 모니터링