delimit_daemon_status
Report the autonomous daemon's status including loop counts, items processed, recent actions, and next steps to inspect its health and recent activity.
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 | |||