mirror of
https://github.com/Zippland/NanoComic.git
synced 2026-01-19 01:21:08 +08:00
11 lines
159 B
JSON
11 lines
159 B
JSON
{
|
|
"dependencies": ["."],
|
|
"graphs": {
|
|
"agent": "./src/agent/graph.py:graph"
|
|
},
|
|
"http": {
|
|
"app": "./src/agent/app.py:app"
|
|
},
|
|
"env": ".env"
|
|
}
|