mirror of
https://github.com/langchain-ai/agent-chat-ui.git
synced 2026-07-15 11:55:49 -04:00
[PR #206] Stateless mode feature #219
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/agent-chat-ui/pull/206
Author: @elsayed85
Created: 12/2/2025
Status: 🔄 Open
Base:
main← Head:stateless-mode-feature📝 Commits (4)
00ff765feat: Enhance interrupt handling and UI updates across components20528d4feat: Add support for rendering external UI components and enhance stream handlingbbc22aaMerge upstream/main - resolve conflicts by accepting upstream changes0fd90eafeat: 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.