delimit_daemon_run
Advance the autonomous daemon loop by a specified number of iterations. Use for testing or scheduled execution.
Instructions
Advance the autonomous daemon by N iterations (Pro).
When to use: to manually advance the daemon loop one or more iterations, e.g. for testing or scheduled cron-style execution. When NOT to use: for inspection only (use delimit_daemon_status) or to classify an item (delimit_daemon_classify).
Sibling contrast: delimit_daemon_status reads; delimit_daemon_classify decides; this drives the loop.
Side effects: in dry_run mode, logs actions without executing them. In live mode, executes the daemon's automatable actions. Calls ai.daemon.run_loop with a 5-second interval between iterations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iterations | No | Number of iterations. 0 = infinite. Default 1. | |
| dry_run | No | If True (default), log actions but do not execute. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||