feat(vela): add mocked turn transcript response slice
This commit is contained in:
@@ -61,13 +61,14 @@ Additional verification commands:
|
||||
mise exec -- yarn check:ui
|
||||
mise exec -- yarn build:ui
|
||||
mise exec -- yarn build:gateway
|
||||
npm run test --workspace vela-ui
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- the concrete framework choices are now SvelteKit for `vela-ui` and Fastify for `vela-gateway`
|
||||
- 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 UI now renders a deterministic mocked transcript and assistant response flow, but does not yet include mic capture 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