Delegate Complete Task to OMP (Low-level)
omp_delegateSubmit a coding task for asynchronous background execution. Returns a job ID immediately so you can proceed without waiting, then check results later.
Instructions
Low-level background delegation entrypoint. Transfers ownership of an execution task to OMP and returns immediately with job_id. Prefer omp_run_compact for standard workflows to avoid separate delegate/wait round trips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Absolute working directory OMP may inspect and modify | |
| goal | Yes | Complete natural-language outcome OMP must deliver | |
| acceptance | No | ||
| max_attempts | No | ||
| timeout_minutes | No | ||
| supervisor_brief | No | Decision-ready read-only findings, hypotheses, constraints, and recommended direction |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| job_id | Yes | ||
| status | Yes | ||
| attempt | Yes | ||
| summary | No | ||
| artifacts | Yes | ||
| remaining | Yes | ||
| session_id | No | ||
| details_path | No | ||
| max_attempts | Yes | ||
| verification | Yes |