feat: connect chat UI to gRPC-Web streaming #27

Merged
shahondin1624 merged 1 commits from feature/issue-7-streaming-response into main 2026-03-12 11:30:15 +01:00

Summary

  • Wire processRequest() to chat page for real-time streaming
  • Progressive message rendering, animated loading indicator
  • Error handling with OrchestratorError mapping

Closes #7

🤖 Generated with Claude Code

## Summary - Wire processRequest() to chat page for real-time streaming - Progressive message rendering, animated loading indicator - Error handling with OrchestratorError mapping Closes #7 🤖 Generated with [Claude Code](https://claude.com/claude-code)
shahondin1624 added 1 commit 2026-03-12 11:30:15 +01:00
- Wire processRequest() async generator to chat page
- Progressive message rendering as stream chunks arrive
- Animated loading dots while waiting for first chunk
- Error display with OrchestratorError code mapping
- Session ID management with crypto.randomUUID()

Closes #7

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
shahondin1624 merged commit fe52d96347 into main 2026-03-12 11:30:15 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: llm-multiverse/llm-multiverse-ui#27