Create task graph
create_task_graphCreate a hierarchical task plan in one call: a parent plan memory plus a child node per subtask. Upserts by key, so repeating the same plan_key overwrites the previous graph. Requires memory:write or full permission. Use write_memory for a single node, update_task_status to move a node through pending/running/completed, and get_memory_tree to inspect the graph. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for the plan | |
| tasks | Yes | List of subtasks to create | |
| plan_key | Yes | Key for the root plan memory | |
| playbook_id | Yes | UUID or GUID of the target playbook | |
| plan_summary | Yes | High-level summary of the entire plan |