Files
langgraph-fullstack-python/langgraph.json
T
2025-02-21 13:34:24 -08:00

14 lines
233 B
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"
}
}