• This project
    • Loading...
  • Sign in

zhouhui.jiang / Test_LangGraph

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Test_LangGraph
  • requirements.txt
  • zhouhui.jiang's avatar
    初始化 · 005250d4
    005250d4
    zhouhui.jiang authored 2025-11-03 17:22:39 +0800
requirements.txt 348 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# LangGraph DEEPSEEK Agent 项目依赖
# 当前已安装的核心包版本

# 核心框架
langchain==1.0.2
langchain-core==1.0.1
langchain-openai==1.0.1

# LangGraph 相关
langgraph==1.0.1
langgraph-checkpoint==3.0.0
langgraph-prebuilt==1.0.1
langgraph-sdk==0.2.9

# OpenAI API (用于 DEEPSEEK)
openai==2.6.1

# HTTP 请求库
requests==2.31.0