Live Tool Execution Events

Real provider stream, normalized LLM events, and local registry tool execution shown as each event arrives.

Stream idleEndpoint http://127.0.0.1:4177/eventsStatus idleEvents 0
Mock Assistant UI
Consumes the normalized stream and registry execution events.
Assistant idle
AIAssistant
Start a provider call to render the assistant response, tool calls, running tools, and processed results.
Execution Rail
Tool lifecycle events appear here once calls complete.
Full Event Stream
Start a provider call to watch raw, normalized, and tool execution events.
Expected Flow
  1. 1. Provider streams text, thinking, and tool-call deltas.
  2. 2. Completed tool calls immediately enter the runner.
  3. 3. Running tools update the mock assistant surface.
  4. 4. Settled tool results are ready for the next turn.