README
Agent Runtimes / chat/indicators/SandboxStatusIndicator
chat/indicators/SandboxStatusIndicator
SandboxStatusIndicator — Round coloured dot that shows the real-time sandbox execution status via a WebSocket connection.
Aggregate logic ───────────────
- variant === "unavailable" → hidden
- sandbox_running === false → "stopped" (gray)
- is_executing === false → "idle" (green)
- is_executing === true → "executing" (blue, pulsing)
The component connects to the /configure/sandbox/ws WebSocket
and receives status updates in real time. It can also send
an interrupt request via {"action": "interrupt"}.
Interfaces
Functions
References
default
Renames and re-exports SandboxStatusIndicator