feat: add websocket upstream adapter

This commit is contained in:
a.tolmachev
2026-04-06 13:23:45 +03:00
parent b5f80c5d2f
commit 45ea011b7f
27 changed files with 978 additions and 30 deletions
+6 -12
View File
@@ -2,25 +2,19 @@
## Current
### `feat/streaming-e2e`
### `feat/websocket-upstream-adapter`
Status: completed
DoD:
- local fixture stack includes:
- REST SSE server
- gRPC server-streaming server
- WebSocket event server
- Playwright covers:
- REST window flow
- gRPC streaming flow
- session tool flow
- async job flow
- CI runs streaming e2e against the local fixture stack
- bounded WebSocket window execution is supported
- WebSocket protocol is exposed through capability APIs
- session mode can seed from WebSocket window collection
- runtime and adapter tests cover WebSocket collection and reconnects
## Next
- `feat/websocket-upstream-adapter`
- `feat/soap-architecture-and-core-model`
## Backlog