Send a message to a pane
send_messageQueue a structured message to a pane's durable inbox, enabling reliable agent-to-agent coordination.
Instructions
Enqueue a structured message to a pane's durable inbox (agent-orchestration E). Delivered at-least-once; the target reads it via read_messages or its messages resource. from should identify the sender (your paneId, or an orchestrator label).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | target paneId | |
| body | Yes | ||
| from | No | sender id; defaults to this bridge's HYPERPANES_PANE_ID or "orchestrator" |