self-host langgraph
Some checks failed
Build and Push Agent Docker Image / build (push) Failing after 20s
Build and Push Web Docker Image / build (push) Failing after 3m10s

This commit is contained in:
2025-12-13 00:01:34 +01:00
parent 76e222a786
commit 0ff215c34f
7 changed files with 68 additions and 623 deletions

View File

@@ -11,10 +11,10 @@ dependencies = [
"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-google-genai>=2.1.0",
"langchain-mcp-adapters>=0.1.0",
"docstring-parser>=0.17.0",
"jsonschema>=4.25.1",
"copilotkit>=0.1.0",
"ag-ui-langgraph>=0.0.4",
]