[PR #1710] [MERGED] feat(sdk): managing thread externally from useStream hook #1669

Closed
opened 2026-02-15 20:16:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1710
Author: @dqbd
Created: 9/29/2025
Status: Merged
Merged: 9/29/2025
Merged by: @dqbd

Base: mainHead: dqbd/sdk-external-managed-state


📝 Commits (1)

  • 23b4742 feat(sdk): managing thread externally from useStream hook

📊 Changes

4 files changed (+42 additions, -9 deletions)

View changed files

.changeset/honest-mirrors-tell.md (+5 -0)
📝 libs/sdk/src/react/index.ts (+1 -0)
📝 libs/sdk/src/react/stream.lgp.tsx (+21 -9)
📝 libs/sdk/src/react/types.tsx (+15 -0)

📄 Description

Adds the ability to replace built-in state fetching of threads with React Query / SWR


🔄 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/langgraphjs/pull/1710 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 9/29/2025 **Status:** ✅ Merged **Merged:** 9/29/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/sdk-external-managed-state` --- ### 📝 Commits (1) - [`23b4742`](https://github.com/langchain-ai/langgraphjs/commit/23b47428573b306e5d11d0cda2d73c91afc24d1f) feat(sdk): managing thread externally from useStream hook ### 📊 Changes **4 files changed** (+42 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/honest-mirrors-tell.md` (+5 -0) 📝 `libs/sdk/src/react/index.ts` (+1 -0) 📝 `libs/sdk/src/react/stream.lgp.tsx` (+21 -9) 📝 `libs/sdk/src/react/types.tsx` (+15 -0) </details> ### 📄 Description Adds the ability to replace built-in state fetching of threads with React Query / SWR --- <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-15 20:16:28 -05:00
yindo closed this issue 2026-02-15 20:16:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1669