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
| Parameter | Type |
|---|---|
options? | PlanRunnerOptions |