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