Skip to main content
Task Agent commands create and manage coding-agent work through the LibOps API. Every task command requires --organization-id; create and list can also be narrowed to a project or site. For the full review workflow, supported models, execution boundary, and provider integration options, see LibOps Task Agent Workflow.

task create

Create a task from a prompt:
By default, task create stays attached and polls for updates. Pass --no-wait to return immediately after the task is queued.
Use --agent-model to select a coding-agent model and --poll-interval to adjust the attached polling interval.

task list

List recent tasks and current monthly usage:

task get

Inspect a task as JSON:

task attach

Attach to an existing task and poll for updates:

task respond

Reply when a task needs more input:
Pass --no-wait to return after queueing the reply instead of attaching.

task cancel

Cancel a queued or running task: