mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 06:35:46 +02:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"python_version": "3.12",
|
|
"dependencies": [
|
|
".",
|
|
"./deps/additional_deps",
|
|
"./deps/zuper_deps"
|
|
],
|
|
"graphs": {
|
|
"agent": "./agent.py:graph"
|
|
},
|
|
"env": "../.env"
|
|
}
|
|
|