[PR #338] [MERGED] Add pending writes to debug state, fix forking state bug #670

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

📋 Pull Request Information

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

Base: 0.2Head: jacob/debug_state


📝 Commits (4)

📊 Changes

5 files changed (+336 additions, -20 deletions)

View changed files

📝 langgraph/src/channels/base.ts (+16 -11)
📝 langgraph/src/pregel/debug.ts (+2 -2)
📝 langgraph/src/pregel/index.ts (+54 -7)
📝 langgraph/src/pregel/types.ts (+4 -0)
📝 langgraph/src/tests/pregel.test.ts (+260 -0)

📄 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/langgraphjs/pull/338 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/21/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `0.2` ← **Head:** `jacob/debug_state` --- ### 📝 Commits (4) - [`adb6b72`](https://github.com/langchain-ai/langgraphjs/commit/adb6b72b6c8028afd966f79aeb737053ca8c293b) Add pending writes to debug state - [`7327b0d`](https://github.com/langchain-ai/langgraphjs/commit/7327b0d3d5c4332ac14a62924278cbb6ebda6c7b) Merge - [`ff8993f`](https://github.com/langchain-ai/langgraphjs/commit/ff8993f69f7248e5bd7033ded6c51b680c81f3fc) Fix checkpoint forking bug - [`17c0cd3`](https://github.com/langchain-ai/langgraphjs/commit/17c0cd320d8db30da7d3c4751d4962aa07f12508) Fix test ### 📊 Changes **5 files changed** (+336 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/src/channels/base.ts` (+16 -11) 📝 `langgraph/src/pregel/debug.ts` (+2 -2) 📝 `langgraph/src/pregel/index.ts` (+54 -7) 📝 `langgraph/src/pregel/types.ts` (+4 -0) 📝 `langgraph/src/tests/pregel.test.ts` (+260 -0) </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-15 19:15:27 -05:00
yindo closed this issue 2026-02-15 19:15:27 -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#670