rlm_htask_tree
Retrieve the full hierarchical task tree from a specified node, including all descendants up to a configurable depth. Enables exploration of task dependencies and structure within a swarm.
Instructions
Get full hierarchical tree from a node.
Returns recursive tree structure with all descendants up to max_depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID | |
| task_id | No | Root task ID (optional, defaults to all roots) | |
| max_depth | No | Maximum depth to traverse | |
| include_archived | No | Include archived tasks |