tool_format_slim_message
Format a SLIM message for secure, low-latency agent communication. Provide sender ID, channel, and payload; optionally enable encryption.
Instructions
Format a SLIM message (Secure Low-latency Interactive Messaging).
SLIM is the AGNTCY protocol for secure real-time agent communication. Supports pub-sub, end-to-end encryption and low latency.
Args: sender_id: ID of the sending agent channel: SLIM channel (e.g. "tasks/analysis", "alerts/security") payload: Message content encrypted: Whether to encrypt the message (default: True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender_id | Yes | ||
| channel | Yes | ||
| payload | Yes | ||
| encrypted | No |