- 1단계: 저장소 복제 : git clone https://github.com/mstrYoda/llm-agents-example.git
- 2단계: 의존성 설치 : pip install -r requirements.txt
- 3단계: .env 파일에 OpenAI, WolframAlpha, SerpAPI의 API 키를 설정
- 4단계: 예제 에이전트 실행 : python chat_agent.py 또는 python tool_agent.py
- 5단계: examples/ 디렉터리 내 코드 탐색, 도구 등록, 리트리버, 메모리 사용 사례 확인
- 6단계: 새 도구 추가, 프롬프트 템플릿 조정 또는 다양한 벡터 저장소에 연결하여 커스터마이징