mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-26 11:35:02 +02:00
8 lines
162 B
JSON
8 lines
162 B
JSON
{
|
|
"$schema": "https://langgra.ph/schema.json",
|
|
"graphs": {
|
|
"app": "tests/example_app/example_graph.py:app"
|
|
},
|
|
"dependencies": ["tests/example_app"]
|
|
}
|