mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
11 lines
154 B
JSON
11 lines
154 B
JSON
{
|
|
"$schema": "https://langgra.ph/schema.json",
|
|
"dependencies": [
|
|
"."
|
|
],
|
|
"env": "../.env",
|
|
"graphs": {
|
|
"graph": "./hello.py:graph"
|
|
}
|
|
}
|