Under the hood
Useful2 Signal0
Background task notifications get checked on a repeating timer and delivered per agent without duplicates.
What's wrong with this entry?
Anonymous. No account, no email.
What
A wake router scans pending notifications on each query-loop tick and delivers them as meta prompts.
Details
- delivers task-notification prompts per agent, de-duplicated by
agentId - re-arms a 60s timer while agent notifications remain pending
- drops events for agents whose session has already ended
Evidence
[wakeRouter] dropping
Strings lifted out of the shipped bundle, so the claim above can be checked against them.