Plan Legacy TD Patch
td_patch_planBuild typed PatchPlan structures for TouchDesigner using intent, recipe IDs, or custom operation lists for compatibility workflows.
Instructions
(Legacy — prefer td_brain_plan → td_brain_execute; slated for removal in v3.0.) Compatibility/expert surface for typed PatchPlan construction. For new concept-to-network TouchDesigner builds, prefer td_brain_plan followed by td_brain_execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | Free-text goal; triggers heuristic macro match | |
| recipe_id | No | Technique/recipe ID to materialize into a plan | |
| operations | No | Pre-built operation list (LLM-authored) | |
| undo_label | No | Override for the TD undo block label | |
| target_root | Yes | Absolute TD path the plan operates on, e.g. '/project1' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||