Files
2026-07-13 12:58:18 +08:00

19 lines
405 B
TOML

[project]
name = "agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"copilotkit>=0.1.76",
"deepagents>=0.3.5",
"fastapi>=0.115.14",
"langchain>=1.2.4",
"langchain-openai>=1.1.7",
"pypdf>=6.6.0",
"python-dotenv>=1.2.1",
"python-multipart>=0.0.21",
"tavily-python>=0.7.19",
"uvicorn[standard]>=0.40.0",
]