# 铸渊编程AI · 依赖清单
# 光湖语言世界 · D112

# LangGraph 核心
langgraph>=0.2.0
langchain>=0.3.0
langchain-openai>=0.2.0
langchain-core>=0.3.0

# Web 服务
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.0.0

# 数据库
# SQLite 内置于 Python，无需额外安装

# HTTP 客户端
requests>=2.32.0
httpx>=0.28.0

# 工具
python-dotenv>=1.0.0
