Module session_web

Module session_web 

Source
Expand description

Web server for the Time Machine session replay UI.

This module provides an embedded web server that serves the React-based Time Machine UI and handles WebSocket connections for real-time parameter updates during session replay.

Structs§

AppState
Shared application state
DocumentHit
A document hit from search results
OptimizeProgress
Optimization progress
OptimizeResult
Optimization result
QueryRecord
A recorded query from a session
ReplayRequest
Replay request body
RetrievalConfig
Configuration for a replay query
SearchResults
Search results response
SessionData
Session data returned to the UI

Enums§

WsClientMessage
WebSocket message from client
WsServerMessage
WebSocket message to client

Functions§

start_web_server
Start the web server for Time Machine UI