The Builder
Workflow Canvas & Code
The same workflow, two representations: a visual graph you can read at a glance, and the Python that actually runs.

The canvas
Numbered instrument nodes show their configured actions and arguments. Loop blocks show iteration counts and swept variables like VIN. Delays and logic sit between the steps, and the header strip summarizes steps, instruments, and the total delay budget.

The code
The workflow compiles to a runnable Python script that regenerates on every change. Step comments mirror the canvas node numbers, so the code reads in the same order as the graph. Download it and run it anywhere Python runs.
Note
Preview and Code are two projections of the same workflow. Edit through the agent and both update together.