[PR #570] [MERGED] feat(langgraph): Allow option to prevent subgraphs inheriting checkpointer #860

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/570
Author: @jacoblee93
Created: 10/8/2024
Status: Merged
Merged: 10/9/2024
Merged by: @jacoblee93

Base: mainHead: jacob/checkpointer


📝 Commits (4)

  • 13303cd Allow option to avoid passing checkpointer into subgraphsfalse
  • ee850c0 Fix lint
  • 3bee4af Address feedback
  • 42f6b2f Improve error message

📊 Changes

10 files changed (+189 additions, -98 deletions)

View changed files

📝 libs/langgraph/src/errors.ts (+26 -0)
📝 libs/langgraph/src/graph/graph.ts (+1 -1)
📝 libs/langgraph/src/graph/state.ts (+1 -1)
📝 libs/langgraph/src/pregel/index.ts (+5 -3)
📝 libs/langgraph/src/pregel/io.ts (+1 -1)
📝 libs/langgraph/src/pregel/loop.ts (+18 -1)
📝 libs/langgraph/src/pregel/retry.ts (+11 -1)
📝 libs/langgraph/src/pregel/types.ts (+1 -1)
📝 libs/langgraph/src/tests/pregel.io.test.ts (+3 -1)
📝 libs/langgraph/src/tests/pregel.test.ts (+122 -88)

📄 Description

@hinthornw


🔄 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/570 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/8/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/checkpointer` --- ### 📝 Commits (4) - [`13303cd`](https://github.com/langchain-ai/langgraphjs/commit/13303cd4c7ab3ac79d15b3c2f09dafbd3481c49d) Allow option to avoid passing checkpointer into subgraphsfalse - [`ee850c0`](https://github.com/langchain-ai/langgraphjs/commit/ee850c058276366a16591d11e97f2e30bf7d4ee6) Fix lint - [`3bee4af`](https://github.com/langchain-ai/langgraphjs/commit/3bee4afda6c9c29271c0b1364b56fec945203079) Address feedback - [`42f6b2f`](https://github.com/langchain-ai/langgraphjs/commit/42f6b2f95d0e582514cc1d6117f7ba13521ca56d) Improve error message ### 📊 Changes **10 files changed** (+189 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/errors.ts` (+26 -0) 📝 `libs/langgraph/src/graph/graph.ts` (+1 -1) 📝 `libs/langgraph/src/graph/state.ts` (+1 -1) 📝 `libs/langgraph/src/pregel/index.ts` (+5 -3) 📝 `libs/langgraph/src/pregel/io.ts` (+1 -1) 📝 `libs/langgraph/src/pregel/loop.ts` (+18 -1) 📝 `libs/langgraph/src/pregel/retry.ts` (+11 -1) 📝 `libs/langgraph/src/pregel/types.ts` (+1 -1) 📝 `libs/langgraph/src/tests/pregel.io.test.ts` (+3 -1) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+122 -88) </details> ### 📄 Description @hinthornw --- <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 19:16:10 -05:00
yindo closed this issue 2026-02-15 19:16:10 -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#860