14 lines
692 B
Markdown
14 lines
692 B
Markdown
# vela-ui
|
|
|
|
This workspace contains the Vela browser UI as a minimal SvelteKit app.
|
|
|
|
Current status:
|
|
|
|
- SvelteKit app boots in the Yarn workspace
|
|
- root page shows a minimal voice-session shell with connect/disconnect controls
|
|
- the shell can connect to the gateway `/ws` endpoint and display developer-visible session status
|
|
- the shell can trigger one deterministic mocked turn and render the mocked transcript plus assistant response
|
|
- Vitest covers connect/disconnect plus the deterministic mocked transcript/response UI flow without requiring a browser harness
|
|
- Playwright remains optional for deeper browser-level checks
|
|
- microphone capture and audio playback remain future increments
|