diagnose_wake
Diagnose wake monitor issues by returning current state, active rules, and monitor status. Check if monitor is initialized and callback is registered.
Instructions
Return the current state of the wake monitor for debugging.
Shows: whether the monitor is running, all active rules (with target_type, target_id, keywords, enabled state, ignore_if_focused), whether the message callback is registered on the context manager, and total buffered messages across all targets. Use this as the first step when wake is not working — if monitor_created or callback_set is False, the monitor was never initialized. For a more aggressive test that injects a fake message, use debug_wake_pipeline instead.
Read-only. No side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||