[PR #1355] [CLOSED] Add missing attributes to checkpoint event in debug output #2037

Closed
opened 2026-02-20 17:46:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1355
Author: @nfcampos
Created: 8/14/2024
Status: Closed

Base: mainHead: nc/14auug/debug-checkpoint-full


📝 Commits (2)

  • 2c8fc3c Add missing attributes to checkpoint event in debug output
  • c701fef Lint

📊 Changes

4 files changed (+32 additions, -14 deletions)

View changed files

📝 libs/langgraph/langgraph/pregel/debug.py (+6 -3)
📝 libs/langgraph/langgraph/pregel/loop.py (+16 -11)
📝 libs/langgraph/tests/test_pregel.py (+5 -0)
📝 libs/langgraph/tests/test_pregel_async.py (+5 -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/langgraph/pull/1355 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 8/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `nc/14auug/debug-checkpoint-full` --- ### 📝 Commits (2) - [`2c8fc3c`](https://github.com/langchain-ai/langgraph/commit/2c8fc3c9c67085065c733910b029427f28271376) Add missing attributes to checkpoint event in debug output - [`c701fef`](https://github.com/langchain-ai/langgraph/commit/c701fef6345e0a00a2be7a042592d9a95f5d88c0) Lint ### 📊 Changes **4 files changed** (+32 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/pregel/debug.py` (+6 -3) 📝 `libs/langgraph/langgraph/pregel/loop.py` (+16 -11) 📝 `libs/langgraph/tests/test_pregel.py` (+5 -0) 📝 `libs/langgraph/tests/test_pregel_async.py` (+5 -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-20 17:46:08 -05:00
yindo closed this issue 2026-02-20 17:46:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2037