[PR #75] [MERGED] Remove double channelwrite #1220

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/75
Author: @nfcampos
Created: 1/31/2024
Status: Merged
Merged: 1/31/2024
Merged by: @nfcampos

Base: mainHead: nc/31jan/rm-double-channelwrite


📝 Commits (1)

  • f9c893c Remove double channelwrite

📊 Changes

3 files changed (+49 additions, -45 deletions)

View changed files

📝 langgraph/graph/state.py (+20 -29)
📝 langgraph/pregel/__init__.py (+2 -2)
📝 langgraph/pregel/write.py (+27 -14)

📄 Description

  • this removes one unnamed run from langsmith trace for each node, and ensures that output is streamed from each node to folks listening to that w stream_events

🔄 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/75 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 1/31/2024 **Status:** ✅ Merged **Merged:** 1/31/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/31jan/rm-double-channelwrite` --- ### 📝 Commits (1) - [`f9c893c`](https://github.com/langchain-ai/langgraph/commit/f9c893c739fc25947ac156e6de7eb8f39d93fe54) Remove double channelwrite ### 📊 Changes **3 files changed** (+49 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/state.py` (+20 -29) 📝 `langgraph/pregel/__init__.py` (+2 -2) 📝 `langgraph/pregel/write.py` (+27 -14) </details> ### 📄 Description - this removes one unnamed run from langsmith trace for each node, and ensures that output is streamed from each node to folks listening to that w stream_events --- <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:12 -05:00
yindo closed this issue 2026-02-20 17:44: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/langgraph#1220