[PR #206] Stateless mode feature #219

Open
opened 2026-02-16 08:16:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/agent-chat-ui/pull/206
Author: @elsayed85
Created: 12/2/2025
Status: 🔄 Open

Base: mainHead: stateless-mode-feature


📝 Commits (4)

  • 00ff765 feat: Enhance interrupt handling and UI updates across components
  • 20528d4 feat: Add support for rendering external UI components and enhance stream handling
  • bbc22aa Merge upstream/main - resolve conflicts by accepting upstream changes
  • 0fd90ea feat: Add stateless mode implementation for stream handling

📊 Changes

6 files changed (+1569 additions, -35 deletions)

View changed files

STATELESS_MODE_IMPLEMENTATION.md (+547 -0)
📝 src/components/thread/index.tsx (+67 -33)
src/hooks/use-stateless-stream.tsx (+815 -0)
📝 src/lib/multimodal-utils.ts (+2 -1)
src/lib/stream-error.ts (+19 -0)
📝 src/providers/Stream.tsx (+119 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/agent-chat-ui/pull/206 **Author:** [@elsayed85](https://github.com/elsayed85) **Created:** 12/2/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `stateless-mode-feature` --- ### 📝 Commits (4) - [`00ff765`](https://github.com/langchain-ai/agent-chat-ui/commit/00ff7655cc345bbfd77f5a22ce7f57e9f052c262) feat: Enhance interrupt handling and UI updates across components - [`20528d4`](https://github.com/langchain-ai/agent-chat-ui/commit/20528d4420c40c2630252792567906882404d324) feat: Add support for rendering external UI components and enhance stream handling - [`bbc22aa`](https://github.com/langchain-ai/agent-chat-ui/commit/bbc22aac45404dac18b39a0272777c33472f1938) Merge upstream/main - resolve conflicts by accepting upstream changes - [`0fd90ea`](https://github.com/langchain-ai/agent-chat-ui/commit/0fd90ea6dfbb4fd997577d8a30d5a924f4f442c9) feat: Add stateless mode implementation for stream handling ### 📊 Changes **6 files changed** (+1569 additions, -35 deletions) <details> <summary>View changed files</summary> ➕ `STATELESS_MODE_IMPLEMENTATION.md` (+547 -0) 📝 `src/components/thread/index.tsx` (+67 -33) ➕ `src/hooks/use-stateless-stream.tsx` (+815 -0) 📝 `src/lib/multimodal-utils.ts` (+2 -1) ➕ `src/lib/stream-error.ts` (+19 -0) 📝 `src/providers/Stream.tsx` (+119 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 08:16:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/agent-chat-ui#219