mirror of
https://github.com/langchain-ai/langgraph-fullstack-python.git
synced 2026-07-21 01:05:25 -04:00
22 lines
481 B
JSON
22 lines
481 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/langchain-ai/langgraph/refs/heads/main/libs/cli/schemas/schema.json",
|
|
"dependencies": ["."],
|
|
"graphs": {
|
|
"agent": "./src/react_agent/graph.py:graph"
|
|
},
|
|
"env": ".env",
|
|
"auth": {
|
|
"path": "./src/react_agent/auth.py:auth"
|
|
},
|
|
"http": {
|
|
"app": "./src/react_agent/app.py:app"
|
|
},
|
|
"checkpointer": {
|
|
"ttl": {
|
|
"strategy": "delete",
|
|
"sweep_interval_minutes": 1,
|
|
"default_ttl": 1
|
|
}
|
|
}
|
|
}
|