vcv_agentic_workflow
Automatically creates VCV Rack patches from a text brief by iteratively selecting, generating, validating, and retrying for a working result.
Instructions
SEP-1577 sampling loop: brief -> catalog selection -> generate -> validate -> retry (max 3).
Uses ctx.sample when available for autonomous iteration. Falls back to structured result with recovery_options for hosts without sampling.
Return Format
{"success": bool, "patch_id": str, "iterations": int, "report": list}
Examples
vcv_agentic_workflow(brief="slow ambient drone, two detuned voices, filtered noise swells, big reverb")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| brief | Yes | ||
| persona | No | generative | |
| max_iterations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||