Skip to main content

Module notification

Module notification 

Source
Expand description

Task notification format for multi-agent coordination

Provides serialization of tasks into XML and JSON formats for inter-agent communication, similar to Claude Code’s coordinator mode.

Structs§

JsonNotificationFormat
JSON notification format (default)
NotificationError
Notification serialization error
TaskNotification
Task notification envelope
XmlNotificationFormat
XML notification format (Claude Code compatible)

Traits§

NotificationFormat
Notification format serializer trait