Files
langgraph/libs/langgraph/tests/example_app/langgraph.json
T
William FHandGitHub b65140a892 chore(cli): Add config schema (#6142)
So you can IDE LSP support / autocompletion
2025-09-12 12:16:07 -07:00

8 lines
162 B
JSON

{
"$schema": "https://langgra.ph/schema.json",
"graphs": {
"app": "tests/example_app/example_graph.py:app"
},
"dependencies": ["tests/example_app"]
}