feat(vela-ui): add voice session shell
Add a minimal UI shell that connects to the gateway WebSocket and exposes developer-visible session state. Align the architecture, protocol, setup, integration, and backlog docs with the current UI increment.
This commit is contained in:
@@ -66,7 +66,8 @@ mise exec -- yarn build:gateway
|
||||
## Notes
|
||||
|
||||
- the concrete framework choices are now SvelteKit for `vela-ui` and Fastify for `vela-gateway`
|
||||
- the UI is intentionally minimal and does not yet include mic capture, transcript rendering, or WebSocket session state
|
||||
- the gateway is intentionally minimal and does not yet expose the planned WebSocket contract
|
||||
- the UI is intentionally minimal and currently includes only a developer-facing WebSocket voice-session shell
|
||||
- the UI does not yet include mic capture, transcript rendering, assistant response rendering, or audio playback
|
||||
- the gateway now exposes the minimal shared-protocol `/ws` WebSocket contract used by that shell
|
||||
- if your shell is configured for mise activation, plain `yarn` commands can be used after `mise install`
|
||||
- update this document when the repo layout or package manager workflow changes
|
||||
|
||||
Reference in New Issue
Block a user