Files
lang-agent/pyproject.toml
Therainclouds bb91a68c78 feat: 添加项目文档和配置更新
docs: 完善README文档结构和内容
refactor: 更新配置类注释和文档字符串
style: 统一代码格式和命名规范
fix: 修正MCP服务器配置和依赖项
2025-11-07 15:50:22 +08:00

30 lines
555 B
TOML

[project]
requires-python=">=3.8"
name = "lang_agent"
version = "0.1"
dependencies = [
"langchain==1.0",
"langchain_community",
"langchain-openai",
"langchain_mcp_adapters",
"httpx[socks]",
"dashscope",
"python-dotenv>=1.0.0",
"websockets>=11.0.3",
"mcp>=1.8.1",
"pydantic<2.12",
"mcp-proxy>=0.8.2",
"loguru",
"tyro",
"faiss-cpu",
"fastmcp",
"fastapi",
"matplotlib",
"Pillow",
"jax",
"commentjson",
"pandas"
]
[tool.setuptools.packages.find]
include = ["lang_agent"]