nexo_send
Send fire-and-forget messages between sessions or broadcast to all sessions within the NEXO Brain cognitive memory system.
Instructions
Send a fire-and-forget message to another session or broadcast.
Args: from_sid: Your session ID. to_sid: Target session ID, or 'all' for broadcast. text: Message content.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_sid | Yes | ||
| to_sid | Yes | ||
| text | Yes |