[PR #579] [MERGED] fix(debug): add config, parent_config to checkpoint debug events, add state to debug tasks #866

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/579
Author: @dqbd
Created: 10/10/2024
Status: Merged
Merged: 10/11/2024
Merged by: @dqbd

Base: mainHead: dqbd/debug-stream


📝 Commits (6)

  • 216b52f fix(debug): add config, parent_config to checkpoint debug events, add state to debug tasks
  • 18f2f21 Use --transform flag for DPDM to omit type circular dependencies
  • 0d7bcc3 Split subgraph logic into a separate file
  • 73dfc5d Copy tests, use same new Date()
  • 4b23414 Remove circular import check
  • e51ee0f Remove circular type dep at the expense of type casting

📊 Changes

5 files changed (+337 additions, -34 deletions)

View changed files

📝 libs/langgraph/src/pregel/debug.ts (+21 -6)
📝 libs/langgraph/src/pregel/index.ts (+4 -26)
📝 libs/langgraph/src/pregel/loop.ts (+14 -1)
libs/langgraph/src/pregel/utils/subgraph.ts (+36 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+262 -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/langgraphjs/pull/579 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 10/10/2024 **Status:** ✅ Merged **Merged:** 10/11/2024 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/debug-stream` --- ### 📝 Commits (6) - [`216b52f`](https://github.com/langchain-ai/langgraphjs/commit/216b52fc05e90adbbc424cc205861d4d6f46a95a) fix(debug): add config, parent_config to checkpoint debug events, add state to debug tasks - [`18f2f21`](https://github.com/langchain-ai/langgraphjs/commit/18f2f217c354811b7c4478dcbd5aeb0484a34722) Use --transform flag for DPDM to omit type circular dependencies - [`0d7bcc3`](https://github.com/langchain-ai/langgraphjs/commit/0d7bcc304c16a1598c9c365e19849e3c183933fd) Split subgraph logic into a separate file - [`73dfc5d`](https://github.com/langchain-ai/langgraphjs/commit/73dfc5d893c9fcfe22f9ba936e5b218cb57e02b6) Copy tests, use same new Date() - [`4b23414`](https://github.com/langchain-ai/langgraphjs/commit/4b23414e663b685c5a637491a410f69cad5525e1) Remove circular import check - [`e51ee0f`](https://github.com/langchain-ai/langgraphjs/commit/e51ee0f798bc602d73898ba7e1d6d014568bd20b) Remove circular type dep at the expense of type casting ### 📊 Changes **5 files changed** (+337 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/debug.ts` (+21 -6) 📝 `libs/langgraph/src/pregel/index.ts` (+4 -26) 📝 `libs/langgraph/src/pregel/loop.ts` (+14 -1) ➕ `libs/langgraph/src/pregel/utils/subgraph.ts` (+36 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+262 -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-15 19:16:12 -05:00
yindo closed this issue 2026-02-15 19:16:12 -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#866