dashclaw_loop_add
Register an open loop on a parent action to track commitments made in conversation that require follow-up, ensuring nothing falls through the cracks.
Instructions
Register an open loop on a parent action — a commitment made in conversation that needs follow-up. Use when you say "I will X later" so the loop is tracked outside of context. Loops are action-scoped; action_id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | Optional owner (agent or human handle) | |
| priority | No | Priority (default medium) | |
| action_id | Yes | Parent action id (act_*) the loop attaches to | |
| loop_type | Yes | Category (e.g., follow_up, blocker, decision_pending) | |
| description | Yes |