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§
- Json
Notification Format - JSON notification format (default)
- Notification
Error - Notification serialization error
- Task
Notification - Task notification envelope
- XmlNotification
Format - XML notification format (Claude Code compatible)
Traits§
- Notification
Format - Notification format serializer trait