What problem does it solve?
Real-time visibility into Exo agent streams is essential for building responsive UIs, debugging complex interactions, and monitoring swarm execution. This Skill provides a clean, standardized streaming interface that exposes a rich set of event types and easy-to-consume telemetry.
Core Features & Use Cases
- Real-time streaming of run.stream() outputs, including TextEvent, ToolCallEvent, ToolCallDeltaEvent (with detailed mode), StepEvent, ToolResultEvent, UsageEvent, StatusEvent, ErrorEvent, ContextEvent, MCPProgressEvent, ReasoningEvent, MessageInjectedEvent, RalphIterationEvent, and RalphStopEvent.
- Event filtering and detailed telemetry: users can limit the stream to specific event types and enable deep diagnostics for UI dashboards and debugging.
- ToolContext forwarding for inner agents: forward inner agent events through tools to the outer stream for end-to-end observability.
Quick Start
Start streaming an agent and render the incoming events in real time.