set_wake_pending
Control whether incoming messages trigger a wake. Set pending to true to block new wakes while the agent is working, avoiding duplicate activations.
Instructions
Manually set the wake pending state to block or allow new wakes.
When pending=True, incoming messages will NOT trigger wake even if they match a rule. When pending=False, messages trigger wake normally. Use this to prevent duplicate wakes while the agent is already working.
Mutates the wake monitor state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pending | Yes |