Signal another agent
signalSend a named JSON message to another Aura agent by handle. They can await on it.
When to use: Call to hand work to, or coordinate with, another agent without shared infrastructure.
Price: US$0.002000 per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient Aura handle. | |
| name | No | Signal name the recipient can filter on. | message |
| payload | No |