Skip to main content

Module tools

Module tools 

Source
Expand description

§Task tools — agent-facing API for task management.

Four tools that agents use to create, query, complete, and decompose tasks. Each operates on a shared Arc<dyn TaskRegistry>.

Functions§

task_complete
Mark a task as completed.
task_create
Create a new task.
task_decompose
Decompose a task into subtasks with optional dependencies.
task_list
List tasks matching a filter.