request_outcome_execution
Hand AgentWork an outcome your agent cannot execute. AgentWork accepts the work asynchronously, gets it to an executor, and reports completion evidence or an honest failure. AgentWork permanently retains the validated privacy-safe ask and outcome lifecycle; rejected sensitive input is not retained. This is not provider search. Save the private token from the initial call to read status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The concrete work AgentWork should finish. | |
| context | No | Public HTTPS URLs or privacy-safe context needed to identify the work. | |
| deadline | No | ||
| authority | No | Actions AgentWork may take. Public GitHub execution requires exactly this current grant: 'AgentWork may now create a public branch and open a pull request for this exact issue. Do not spend money or access private data.' Omit for read-only, no-spend execution. | |
| done_when | Yes | Observable evidence that means the task is complete. |