feat: add rest sse streaming adapter

This commit is contained in:
a.tolmachev
2026-04-06 10:54:01 +03:00
parent 8204a59dac
commit bf56494336
10 changed files with 560 additions and 25 deletions
+7 -7
View File
@@ -2,20 +2,20 @@
## Current
### `feat/runtime-window-mode`
### `feat/rest-sse-adapter`
Status: completed
DoD:
- runtime exposes bounded `window` execution
- item and byte limits are enforced
- `window_complete`, `truncated`, `has_more` are returned
- aggregation and redaction are covered by tests
- unary execution remains intact
- REST adapter supports bounded SSE collection for `window` mode
- SSE events are parsed into normalized JSON items
- adapter respects item/window limits and upstream timeout
- runtime dispatches REST `window` mode through SSE adapter path
- local SSE upstream tests cover success, timeout and malformed events
## Next
- `feat/rest-sse-adapter`
- `feat/grpc-server-streaming-adapter`
## Backlog