Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/planner / RunPlannedOptions

Interface: RunPlannedOptions

Defined in: packages/planner/src/plan.ts:67

Properties

PropertyTypeDescriptionDefined in
plan?PlanOptionsOptions of the planning conversation (see plan()).packages/planner/src/plan.ts:69
run?RunOptionsRunOptions of the generated workflow's execution run, passed to engine.run verbatim (budgetUsd here is the EXECUTION ceiling, independent of the planning ceiling). Absent, the execution run is UNBOUNDED, as before.packages/planner/src/plan.ts:76