-
Notifications
You must be signed in to change notification settings - Fork 0
[M3] Add SendStreamingMessage and SubscribeToTask over SSE #8
Copy link
Copy link
Open
Labels
Milestone
Description
Description
Implement asynchronous streaming support over SSE for task updates and method streaming responses.
Tasks
- Add
SendStreamingMessagesupport. - Add
SubscribeToTasksupport. - Add SSE event publisher and subscriber lifecycle handling.
- Implement terminal-state completion behavior.
- Add timeout/backpressure protections.
Acceptance Criteria
- SSE clients receive ordered updates for target tasks.
- Subscriptions close cleanly on terminal states.
- Integration tests validate connect/stream/complete.
Dependencies
- Issue 7
Reactions are currently unavailable