Files
langgraph-fullstack-python/langgraph.json
William Fu-Hinthorn fb7395e466 Update
2025-09-12 11:55:54 -07:00

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"
}
}