Skip to content

rulvar API reference


rulvar API reference / @rulvar/plan / planRunner

Function: planRunner()

ts
function planRunner(options?): OrchestratorExtension;

Defined in: packages/plan/src/plan-runner.ts:176

Builds the PlanRunner orchestrator extension. Attach via orchestrate(engine, goal, { extension: planRunner(o) }) or the orchestratePlanned convenience surface.

Parameters

ParameterType
options?PlanRunnerOptions

Returns

OrchestratorExtension