init
This commit is contained in:
10
backend/langgraph.json
Normal file
10
backend/langgraph.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"dependencies": ["."],
|
||||
"graphs": {
|
||||
"agent": "./src/agent/graph.py:graph"
|
||||
},
|
||||
"http": {
|
||||
"app": "./src/agent/app.py:app"
|
||||
},
|
||||
"env": ".env"
|
||||
}
|
||||
Reference in New Issue
Block a user