MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / PendingNotification

Class PendingNotification

src/utils/message_queue_manager.py:31–37  ·  view source on GitHub ↗

One queued notification awaiting injection into the parent's conversation. ``value`` is the literal user-role message text (chapter-shaped XML for the ``"task-notification"`` mode).

Source from the content-addressed store, hash-verified

29
30@dataclass(frozen=True)
31class PendingNotification:
32 """One queued notification awaiting injection into the parent's
33 conversation. ``value`` is the literal user-role message text
34 (chapter-shaped XML for the ``"task-notification"`` mode)."""
35
36 value: str
37 mode: NotificationMode = "task-notification"
38
39
40_lock = threading.RLock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected