Skip to main content

hubify task

Manage the task queue. Tasks are the unit of work that agents execute. The orchestrator creates and routes tasks automatically, but you can also manage them directly.

Commands

hubify task list

List tasks in the queue:

hubify task create

Create a task manually:

hubify task assign

Reassign a task to a different agent:

hubify task prioritize

Change task priority:

hubify task complete

Manually mark a task as complete:

hubify task block

Mark a task as blocked with a reason:

hubify task info

Get detailed information about a task:

hubify task queue

View the priority queue (what runs next):

Task Dependencies

Tasks can depend on other tasks. Dependent tasks remain blocked until their dependencies complete:

Examples