Delimit Executor
delimit_executorExecute approved work orders from the dashboard, turning them into real GitHub actions like issue creation and PR comments. Inspect or pause the autonomous executor as needed.
Instructions
Run approved work orders from the dashboard inbox (Pro) (Worker Pool v2).
When to use: as the autonomous executor for human-approved work orders, or to inspect/pause the executor. When NOT to use: to dispatch new agent work (use delimit_agent_dispatch) or close out a work order (delimit_work_orders complete).
Sibling contrast: delimit_work_orders reads/closes the work order artifact; this is the run surface that turns approved orders into real GitHub side effects.
Side effects: action="run" / "poll" with live=True fire whitelisted state-changing actions: gh_issue_create, gh_pr_comment, gh_issue_comment. Every invocation is logged to ~/.delimit/workers/audit/executor.jsonl. Touch ~/.delimit/pause_executor to halt the autonomous path at the next tick.
Prerequisite: requires Delimit Pro. An unlicensed call returns {"error": ..., "upgrade": "https://delimit.ai/pricing"} without running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| live | No | When False (default), dry-run — describe what would happen without firing. | |
| wo_id | No | Work order id. Required for action="run". | |
| action | No | "run" (one), "poll" (scan + run all approved), "status" (default), "pause", "resume". | status |
| executed_by | No | Identifier for the audit log (e.g. "dashboard", "cron"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||