Stream Agent Spec execution updates (WebSocket)
Agent Spec
Stream Agent Spec execution updates (WebSocket)
WebSocket endpoint for real-time execution updates. Streams per-node status changes and execution events as they occur.
Protocol: WebSocket (upgrade from HTTP)
Messages sent by server:
{"type": "node_status", "node": "<name>", "status": {...}}{"type": "execution_complete", "results": {...}}{"type": "execution_error", "error": "<message>"}
GET
Stream Agent Spec execution updates (WebSocket)