Spaces:
Runtime error
Runtime error
File size: 159 Bytes
ec2e286 |
1 2 3 4 5 6 7 8 9 10 11 |
{
"dependencies": ["."],
"graphs": {
"agent": "./src/agent/graph.py:graph"
},
"http": {
"app": "./src/agent/app.py:app"
},
"env": ".env"
}
|