description property

  1. @override
String get description
override

Human-readable description.

Implementation

@override
String get description =>
    'Send a message to another agent. Messages are delivered asynchronously '
    'to the recipient\'s message queue. Supports plain text messages, '
    'broadcast to all teammates via "*", and structured messages for '
    'shutdown coordination and plan approval.';