Skip to main content

MessageUndeliveredInput

Defined in the events module.
AI Agent Input for MESSAGE_UNDELIVERED hooks (a reply could not be delivered). Fired by the gateway when an outbound reply fails permanently (the target was confirmed dead, or delivery exhausted its retries) so operators can route the failure — mirror it to a home channel, alert, or re-queue — without patching adapters. It is a notification only: the reply has already been parked in the DLQ (when configured) and, best-effort, a short plain-text notice may have been attempted on the same channel.

Properties

str
No description available.
str
No description available.
str
No description available.
str
No description available.
bool
No description available.
  • to_dict: Generic utility method.

Source

View on GitHub

praisonaiagents/hooks/events.py at line 363