trinity_worker
Process one queued task for a named agent by running a local worker cycle. Use to manually drain the queue or retry a specific task.
Instructions
Run one local worker cycle for a named agent and process one queued task if available. Use this to manually drain the queue or retry a specific queued task; use trinity_worker_daemon for a background worker. This may execute the agent command and update task state; it returns no_task or the compact processed task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | Agent id whose queue should be processed. | |
| task_id | No | Optional specific queued task id to process instead of the next task. |