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.