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 (mapped to jupyter-react KernelIndicator states) ───────────────
- variant === "unavailable" → connected-unknown
- sandbox_running === false → disconnected
- is_executing === false → connected-idle
- is_executing === true → connected-busy (themed fade animation)
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