Broadcast Event Design WebSocket event broadcasting for AI Developer Workflow observability. Arguments - : - : Type of event to broadcast (e.g., , ) - : Optional payload structure description Event Types | Event Type | Source | Payload | | --- | --- | --- | | | Agent output | Text content | | | Tool invocation | Tool name, input | | | Extended thinking | Thinking content | | | Workflow step | Step name, timestamp | | | Workflow step | Step name, status | | | Workflow finish | Final status, metrics | Instructions Step 1: Define Message Format Standard ADW event structure: text Step 2: Design S…