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 workflow canvas with numbered instrument nodes and a loop block.

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 generated Python script with a file tree.

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.