delimit_daemon_classify
Preview the risk tier and suggested automation tool for a ledger item, showing what the daemon would classify.
Instructions
Classify a ledger item's risk tier and suggested automation tool.
When to use: to preview what the autonomous daemon would do with a given ledger item (or the next automatable one). When NOT to use: to actually run an iteration (use delimit_daemon_run) or check daemon health (delimit_daemon_status).
Sibling contrast: delimit_daemon_status reads health; delimit_daemon_run executes; this previews the classification.
Side effects: read-only. Calls ai.daemon.classify_item / get_next_automatable_item / get_open_ledger_items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | No | Specific ledger item id to classify. Empty = pick the next automatable item from the open ledger. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||