- AI Agent Introduction
- LangChain & LangGraph
- Agent
- RAG Agent
- Workflow with LangGraph
- Multi-agent
- Agent Pattern
- AI Application Deployment
- Tests
- Future of AI Agents
- https://openai.com/ 로 이동
- 회원가입
- 다음의 URL로 이동하여 API 키 생성(https://platform.openai.com/api-keys)
-
- Create new secret key 클릭
- 이름에 적절한 이름을 지정하고 Create secret key 버튼 클릭
- 반드시 Usage에서 사용량을 주기적으로 확인해야 함
# 1. Git Cloning
git clone
# 2. Virtual Env 생성
python3 -m venv .venv
# 3. Install Requirements
pip install -r requirements.txt
# 4. 환경 확인
python -m pip list
#
pip freeze > requirements.txt