run_program
Execute a nano-vm program to run a deterministic FSM workflow, returning trace ID, status, steps, and cost. Optionally save the program under a name.
Instructions
Execute a nano-vm Program dict. Returns trace_id, status, step count, and cost. Optionally persists the program under a name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| program | Yes | nano_vm.Program JSON (steps, budgets, etc.) | |
| save_as | No | Optional name to save the program for later reuse. |