mirror of
https://github.com/langchain-ai/langgraph-fullstack-python.git
synced 2026-07-20 14:23:38 -04:00
15 lines
280 B
JSON
15 lines
280 B
JSON
{
|
|
"$schema": "https://langgra.ph/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"
|
|
}
|
|
}
|