[PR #247] [MERGED] Remove __end__ node from state graph #1331

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

📋 Pull Request Information

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

Base: mainHead: nc/30mar/state-graph-elim-end-node


📝 Commits (1)

  • 03b7d6f Remove end node from state graph

📊 Changes

5 files changed (+227 additions, -238 deletions)

View changed files

📝 langgraph/graph/graph.py (+29 -21)
📝 langgraph/graph/state.py (+14 -9)
📝 tests/__snapshots__/test_pregel.ambr (+154 -178)
📝 tests/test_pregel.py (+19 -19)
📝 tests/test_pregel_async.py (+11 -11)

📄 Description

No longer necessary with stream output modes


🔄 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/247 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 3/31/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/30mar/state-graph-elim-end-node` --- ### 📝 Commits (1) - [`03b7d6f`](https://github.com/langchain-ai/langgraph/commit/03b7d6fe0da7b49fcecd73d26e49cbfaa77647b0) Remove __end__ node from state graph ### 📊 Changes **5 files changed** (+227 additions, -238 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/graph.py` (+29 -21) 📝 `langgraph/graph/state.py` (+14 -9) 📝 `tests/__snapshots__/test_pregel.ambr` (+154 -178) 📝 `tests/test_pregel.py` (+19 -19) 📝 `tests/test_pregel_async.py` (+11 -11) </details> ### 📄 Description No longer necessary with stream output modes --- <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:28 -05:00
yindo closed this issue 2026-02-20 17:44:28 -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#1331