rulvar API reference / @rulvar/core / SandboxMethod
Type Alias: SandboxMethod
ts
type SandboxMethod =
| "agent"
| "step"
| "workflow"
| "awaitExternal"
| "parallel"
| "pipeline"
| "phase"
| "budget.spent"
| "budget.remaining";Defined in: packages/core/src/runner/sandbox-bridge.ts:34
Methods a sandbox script may proxy to the host ctx.