# ================================================================================
# AgentArts LangGraph Agent Demo - 依赖清单
# ================================================================================
#
# 本项目基于 AgentArts 平台，使用 LangGraph 框架构建 AI Agent
#
# 安装方式:
#   pip install -r requirements.txt
#
# ================================================================================

# 指定国内 PyPI 镜像源
--index-url https://repo.huaweicloud.com/repository/pypi/simple
--trusted-host repo.huaweicloud.com

# ================================================================================
# LangGraph & LangChain 核心框架
# ================================================================================
langgraph>=0.2.0
langchain>=0.3.0
langchain-core>=0.3.0
langchain-openai>=0.1.0

# ================================================================================
# LLM Provider（ModelArts MaaS OpenAI 兼容接口）
# ================================================================================
openai>=1.0.0

# ================================================================================
# HTTP & 网络
# ================================================================================
requests>=2.31.0
urllib3>=2.0.0

# ================================================================================
# 工具与配置
# ================================================================================
python-dotenv>=1.0.0
pydantic>=2.0.0

# ================================================================================
# AgentArts 平台 SDK
# ================================================================================
agentarts-sdk>=0.1.0
