Files
gemini-fullstack-langgraph-…/backend/langgraph.json
philschmid 09971ff55e init
2025-05-29 15:46:39 -07:00

11 lines
159 B
JSON

{
"dependencies": ["."],
"graphs": {
"agent": "./src/agent/graph.py:graph"
},
"http": {
"app": "./src/agent/app.py:app"
},
"env": ".env"
}