Plan TD Brain Task
td_brain_planPlan validated TouchDesigner topology from a natural-language intent. Returns a concept graph and patch plan when coverage is complete.
Instructions
Use this when a request is pattern-shaped with an exact validated topology or technique composition. It returns a non-mutating concept graph, typed patch plan, and server-derived intent coverage; execute only when coverage is complete. For artistic, multi-domain, spatial, camera/depth/fog, or implicit-architecture requests, start directly with td_brain_ground → td_brain_propose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Planning mode: 'auto', 'fast', 'production', or 'show_safe'. | auto |
| intent | Yes | Natural-language visual programming task. | |
| inspect | No | Allow targeted read-only TD inspection while planning. | |
| output_top | No | Optional TOP path expected to show final visual output. | |
| constraints | No | Optional hard constraints, e.g. palette, FPS, node count, or operators. | |
| target_root | No | Absolute TD parent/root path to plan inside. | /project1 |
| trace_level | No | Trace detail: 'none', 'summary', or 'debug'. | summary |
| detail_level | No | Response detail: 'full' (compatibility default) or 'summary'. | full |
| include_docs | No | Use loaded DocsBrain/CardIndex operator knowledge while grounding the plan. | |
| include_memory | No | Search local technique memory while grounding the plan. | |
| preferred_domains | No | Preferred TD data domains: TOP, CHOP, SOP, POP, DAT, COMP, MAT. | |
| validation_profile | No | Validation profile. 'auto' resolves to structural_visual_safe. | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||