--deliver-in or --deliver-at the message is deferred: it parks in the agent’s durable workflow (surviving VM sleep, unlike an in-session timer) and delivers as a normal follow-up at the deadline — the reliable “resume me at T” primitive. The command prints the message’s follow-up ID; cancel an undelivered message with murmur queue remove. A pending deferred message also holds a terminate-on-idle service agent alive until it delivers.
Synopsis
Arguments
Examples
Send a follow-up message
Defer a follow-up (“resume me at T”)
Follow-up with a checklist
Override the persona
architect persona instead of its default.
Switch the model
claude-opus-4-8 until the model is changed again.
Errors
Related
- Agents — concept overview
- Agent personas — persona configuration
murmur queue clear— discard all queued follow-upsmurmur queue strategy— set how follow-ups are drainedmurmur queue conflict-resolution— set per-repo conflict handlingmurmur notify— send a one-off message without queuingmurmur status— check an agent’s phase and queued follow-upsmurmur watch— stream events for an agent in real time