render_dag_map
Generate a Mermaid flowchart from a hypothesis DAG, bounding depth and children per node, and optionally hiding nodes by status for clear visualization.
Instructions
Render a Mermaid flowchart with depth+width bounding + elision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | No | ||
| max_depth | No | ||
| max_children | No | ||
| hide_statuses | No | Drop nodes matching these statuses (e.g. ['PRUNED']). |