[PR #276] [MERGED] Ensure node tracing output is exactly what was returned from node #1348

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/276
Author: @nfcampos
Created: 4/3/2024
Status: Merged
Merged: 4/3/2024
Merged by: @nfcampos

Base: mainHead: nc/3apr/node-tracing-output


📝 Commits (1)

  • db3219f Ensure node tracing output is exactly what was returned from node

📊 Changes

5 files changed (+56 additions, -55 deletions)

View changed files

📝 langgraph/graph/graph.py (+12 -3)
📝 langgraph/graph/message.py (+2 -1)
📝 langgraph/graph/state.py (+19 -18)
📝 langgraph/pregel/read.py (+19 -29)
📝 tests/test_pregel.py (+4 -4)

📄 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/276 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 4/3/2024 **Status:** ✅ Merged **Merged:** 4/3/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/3apr/node-tracing-output` --- ### 📝 Commits (1) - [`db3219f`](https://github.com/langchain-ai/langgraph/commit/db3219f77c45e51f0e934c1d816262da7726ae36) Ensure node tracing output is exactly what was returned from node ### 📊 Changes **5 files changed** (+56 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/graph.py` (+12 -3) 📝 `langgraph/graph/message.py` (+2 -1) 📝 `langgraph/graph/state.py` (+19 -18) 📝 `langgraph/pregel/read.py` (+19 -29) 📝 `tests/test_pregel.py` (+4 -4) </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:44:31 -05:00
yindo closed this issue 2026-02-20 17:44:31 -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#1348