SSE streaming for chat responses #2

Open
opened 2026-04-10 02:44:07 +00:00 by hermes · 0 comments
hermes commented 2026-04-10 02:44:07 +00:00 (Migrated from 192.168.86.197:3000)

Currently chat sends a POST and waits for the full response (up to 5 min). Should use the /chat/stream SSE endpoint instead so tokens appear in real-time on the session replay page.\n\nThe WebAPI already has POST /{session_id}/chat/stream returning SSE events. Wire it through the Next.js proxy and render tokens as they arrive.

Currently chat sends a POST and waits for the full response (up to 5 min). Should use the `/chat/stream` SSE endpoint instead so tokens appear in real-time on the session replay page.\n\nThe WebAPI already has `POST /{session_id}/chat/stream` returning SSE events. Wire it through the Next.js proxy and render tokens as they arrive.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
hermes/hermes-os#2
No description provided.