validate_graph
Detect unreachable nodes, missing END paths, dangling conditions/edges, and duplicate IDs in a LangGraph YAML spec. Returns ok=False for any errors.
Instructions
Check the spec for unreachable nodes, missing paths to END, dangling conditions/edges, and duplicate/typo'd ids. Returns ok=False if any errors (as opposed to warnings) are found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||