Goal: evaluate and (if feasible) implement streaming for chat responses. Notes: - Requires analysis of streamz repo: https://github.com/python-streamz/streamz.git - Decide streaming approach (SSE/WebSocket/chunked fetch) across ui_next + backend. Acceptance: - Prototype streaming in UI with a simple backend stream mode - Document constraints/rollback (feature flag)
Goal: evaluate and (if feasible) implement streaming for chat responses.
Notes:
Acceptance: