mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
07e864b99a
# Conflicts: # examples/integrations/langgraph-python/apps/app/package.json # examples/integrations/langgraph-python/pnpm-lock.yaml
22 lines
479 B
TOML
22 lines
479 B
TOML
[project]
|
|
name = "sample-agent"
|
|
version = "0.1.0"
|
|
description = "A LangGraph agent"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"langchain==1.2.15",
|
|
"langgraph==1.1.6",
|
|
"langsmith>=0.4.49",
|
|
"openai>=1.68.2,<2.0.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.11",
|
|
"langchain-openai>=1.1.0",
|
|
"copilotkit==0.1.87",
|
|
"langgraph-api>=0.7.70",
|
|
"pip>=26.0.1",
|
|
"langchain-anthropic>=1.3.4",
|
|
]
|
|
|