18 lines
430 B
TOML
18 lines
430 B
TOML
[project]
|
|
name = "sample-agent"
|
|
version = "0.1.0"
|
|
description = "A LangGraph agent"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"langchain==1.1.0",
|
|
"langgraph==1.0.4",
|
|
"langsmith>=0.4.49",
|
|
"anthropic>=0.40.0",
|
|
"fastapi>=0.115.5,<1.0.0",
|
|
"uvicorn>=0.29.0,<1.0.0",
|
|
"python-dotenv>=1.0.0,<2.0.0",
|
|
"langgraph-cli[inmem]>=0.4.7",
|
|
"langchain-anthropic>=0.3.3",
|
|
"langchain-mcp-adapters>=0.1.0",
|
|
]
|