feat(vela): add mocked turn transcript response slice

This commit is contained in:
2026-04-08 19:39:20 +02:00
parent 4b11703c93
commit ff78fc4c8f
20 changed files with 997 additions and 372 deletions

View File

@@ -7,4 +7,5 @@ Current status:
- Fastify server boots in the Yarn workspace
- `/` and `/health` endpoints provide a runnable service baseline
- WebSocket session skeleton wiring now exists
- Full WebSocket session orchestration and behavior remain future work
- the gateway accepts one deterministic mocked-turn trigger per session and emits protocol-valid transcript/response events
- Full provider-backed WebSocket session orchestration remains future work