14 lines
698 B
Markdown
14 lines
698 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 current mocked interaction path is push-to-talk only and renders 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
|