delimit_agent_link
Links an agent task to a ledger item to display their relationship on the dashboard.
Instructions
Link an agent task to a ledger item so the dashboard shows the relationship.
When to use: after delimit_agent_dispatch creates a task and you want the dashboard to show which ledger item it's working on. When NOT to use: to dispatch a new task (delimit_agent_dispatch) or close out a task (delimit_agent_complete).
Sibling contrast: delimit_agent_dispatch creates; delimit_ledger_link links between two ledger items; this links a task to a ledger item.
Side effects: writes the link via ai.agent_dispatch.link_ledger_item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Agent task id (AGT-xxx). Required. | |
| ledger_item_id | Yes | Ledger item id (LED-xxx or STR-xxx). Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||