mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 22:52:29 +02:00
10 lines
107 B
JSON
10 lines
107 B
JSON
{
|
|
"dependencies": [
|
|
"."
|
|
],
|
|
"env": "../.env",
|
|
"graphs": {
|
|
"graph": "./hello.py:graph"
|
|
}
|
|
}
|