这是indexloc提供的服务,不要输入任何密码
Skip to content

moonjukhim/langgraph

Repository files navigation

langgraph

  1. AI Agent Introduction
  2. LangChain & LangGraph
  3. Agent
  4. RAG Agent
  5. Workflow with LangGraph
  6. Multi-agent
  7. Agent Pattern
  8. AI Application Deployment
  9. Tests
  10. Future of AI Agents

OpenAI의 API 키 만들기

  1. https://openai.com/ 로 이동
  2. 회원가입
  3. 다음의 URL로 이동하여 API 키 생성(https://platform.openai.com/api-keys)
    • Create new secret key 클릭
  4. 이름에 적절한 이름을 지정하고 Create secret key 버튼 클릭
  5. 반드시 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published