Skip to main content

Module tasks

Module tasks 

Source
Expand description

Task system: create, track, update, and manage background tasks.

Tasks represent long-running sub-agent work that runs asynchronously. The coordinator can create tasks, check their status, and retrieve output.

Structs§

TaskCreateTool
TaskEntry
TaskGetTool
TaskListTool
TaskOutputTool
TaskStopTool
TaskUpdateTool

Enums§

TaskStatus

Functions§

clear_tasks
get_task
list_tasks