delimit_daemon_status
Need to check the autonomous daemon's health? Get loop counts, processed items, recent actions, and next steps without starting a run.
Instructions
Report the autonomous daemon's status (loops, items, actions).
When to use: to inspect what the autonomous daemon has been doing recently and whether it's healthy. When NOT to use: to start a run (use delimit_daemon_run) or classify a pending item (delimit_daemon_classify).
Sibling contrast: delimit_daemon_run advances iterations; this reads runtime state.
Side effects: read-only. Calls ai.daemon.get_daemon_status.
Args: None.
Returns: Dict with loop counts, items processed, recent actions, next_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||