mirror of
https://github.com/google-gemini/gemini-fullstack-langgraph-quickstart.git
synced 2025-08-08 00:41:45 +03: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"
|
|
}
|