Purpose:
- A minimal React debug dashboard for the Python backend sessions.
What it shows:
- active sessions
- latest annotated preview frame from the active processor path
- counters for video/audio/text traffic
- latest processor signals
- recent transcript/debug events
Run:
cd viewer
npm install
npm run devDefault local URL:
http://localhost:5174
Backend URL:
cp .env.example .envThen set:
VITE_BACKEND_URL=http://localhost:8000
Test:
- Start the backend with
make backend-dev - Start the viewer with
npm run dev - Start a mobile session in
Vision Agent Backendmode - Open the viewer and select the newest session