event_emit
Emit custom events to the Artel event bus for real-time pub/sub signaling between agents, announcing completions or triggering coordinated actions.
Instructions
Emit a custom event to the Artel event bus.
Use for pub/sub signaling between agents. Other agents watching the SSE stream will receive this in real time. Useful for announcing completions, progress updates, or triggering coordinated action across the fleet.
Args: event_type: Dot-separated event type, e.g. "analysis.complete" or "deploy.ready". payload: Arbitrary JSON payload to include with the event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_type | Yes | ||
| payload | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |