- 1단계: GitHub 저장소 복제: git clone https://github.com/prernarohra/Tech-Research-Agent.git
- 2단계: 종속성 설치: pip install -r requirements.txt
- 3단계: OpenAI 및 SerpAPI API 키 확보
- 4단계: 환경 변수 환경설정(.env 파일 편집)
- 5단계: 연구 쿼리로 에이전트 실행: python run_agent.py --query "당신의 주제"
- 6단계: 출력 폴더에서 생성된 마크다운 보고서 검토
- 7단계: 필요 시 검색 깊이와 요약 설정 조정