rulvar API reference / @rulvar/plan / orchestratePlanned
Function: orchestratePlanned()
ts
function orchestratePlanned(
engine,
goal,
opts?): RunHandle<unknown>;Defined in: packages/plan/src/plan-runner.ts:2522
The PlanRunner entry surface: mode (c) plus the extension in one call.
Parameters
| Parameter | Type |
|---|---|
engine | Engine |
goal | string |
opts? | OrchestrateOptions & { plan?: PlanRunnerOptions; } |
Returns
RunHandle<unknown>