execute_plan
Execute a pre-cached browser automation plan by its ID, skipping per-step LLM calls. Falls back gracefully if the plan fails, enabling manual retry.
Instructions
Execute a cached plan by ID, bypassing per-step LLM calls. Falls back gracefully on failure for manual retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planId | Yes | Plan ID to execute | |
| tabId | Yes | Tab ID to execute the plan against | |
| params | No | Runtime params merged with plan defaults | |
| taskSignature | No | Optional deterministic BrowserTaskSignature that bounds allowed tools, loop guards, and budgets for this execution | |
| reflectionStrategy | No | Opt-in bounded reflection metadata strategy. Default omitted path preserves legacy output. | |
| reflectionScope | No | Optional reflection recall scope: domain, taskFingerprint, contractId. |