[PR #323] [MERGED] feat(debug): add checkpoint debug events #658

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

📋 Pull Request Information

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

Base: 0.2Head: dqbd/debug-checkpoint-events


📝 Commits (4)

  • 3d7ec6c feat(debug): add checkpoint debug events
  • 13d60b8 fix(algo): only return channels which actually triggered the task (#324)
  • 989cdca Match checkpoint events with Python
  • 3f26227 Revert triggers PR

📊 Changes

7 files changed (+478 additions, -78 deletions)

View changed files

📝 langgraph/src/pregel/algo.ts (+39 -39)
📝 langgraph/src/pregel/debug.ts (+79 -12)
📝 langgraph/src/pregel/io.ts (+1 -1)
📝 langgraph/src/pregel/loop.ts (+21 -15)
📝 langgraph/src/pregel/types.ts (+2 -1)
📝 langgraph/src/tests/pregel.test.ts (+287 -10)
📝 langgraph/src/tests/utils.ts (+49 -0)

📄 Description

Fixes # (issue)


🔄 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/323 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 8/16/2024 **Status:** ✅ Merged **Merged:** 8/21/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `0.2` ← **Head:** `dqbd/debug-checkpoint-events` --- ### 📝 Commits (4) - [`3d7ec6c`](https://github.com/langchain-ai/langgraphjs/commit/3d7ec6cb87fea823de71158f08115e06cbaebb22) feat(debug): add checkpoint debug events - [`13d60b8`](https://github.com/langchain-ai/langgraphjs/commit/13d60b84b66d649cd2be97bfd3810dc7824514ce) fix(algo): only return channels which actually triggered the task (#324) - [`989cdca`](https://github.com/langchain-ai/langgraphjs/commit/989cdca144e005ef050acbcd3645094be8c26c8b) Match checkpoint events with Python - [`3f26227`](https://github.com/langchain-ai/langgraphjs/commit/3f26227f5367ee712ec49132ac6ac6cdff3193d8) Revert triggers PR ### 📊 Changes **7 files changed** (+478 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/src/pregel/algo.ts` (+39 -39) 📝 `langgraph/src/pregel/debug.ts` (+79 -12) 📝 `langgraph/src/pregel/io.ts` (+1 -1) 📝 `langgraph/src/pregel/loop.ts` (+21 -15) 📝 `langgraph/src/pregel/types.ts` (+2 -1) 📝 `langgraph/src/tests/pregel.test.ts` (+287 -10) 📝 `langgraph/src/tests/utils.ts` (+49 -0) </details> ### 📄 Description <!-- Thank you for contributing to LangGraph.js! Your PR will appear in our next release under the title you set above. Please make sure it highlights your valuable contribution. To help streamline the review process, please make sure you read our contribution guidelines: https://github.com/langchain-ai/langgraphjs/blob/main/CONTRIBUTING.md Replace this block with a description of the change, the issue it fixes (if applicable), and relevant context. Finally, we'd love to show appreciation for your contribution - if you'd like us to shout you out on Twitter, please also include your handle below! --> <!-- Remove if not applicable --> Fixes # (issue) --- <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:24 -05:00
yindo closed this issue 2026-02-15 19:15:24 -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#658