Document network
document_networkRead an existing TouchDesigner network and output a readable map with operator counts and a Mermaid flowchart of data flow for documentation or handoff.
Instructions
Document an EXISTING network: read its nodes and connections and return a readable map — counts by operator family and type, plus a Mermaid flowchart of the data flow you can paste into docs. Unlike plan_visual (which plans from a description), this describes what's actually in the project. Use it to explain or hand off a patch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Network root to document. | /project1 |
| recursive | No | Include all descendants (otherwise just the direct children). |