12 lines
509 B
Markdown
12 lines
509 B
Markdown
# vela-gateway
|
|
|
|
This workspace contains the Vela gateway service as a minimal Fastify app with an initial WebSocket session skeleton.
|
|
|
|
Current status:
|
|
|
|
- Fastify server boots in the Yarn workspace
|
|
- `/` and `/health` endpoints provide a runnable service baseline
|
|
- WebSocket session skeleton wiring now exists
|
|
- 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
|