[PR #712] [MERGED] fix: Allow updating state as node end #955

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/712
Author: @bracesproul
Created: 12/5/2024
Status: Merged
Merged: 12/5/2024
Merged by: @bracesproul

Base: mainHead: brace/allow-update-state-end


📝 Commits (4)

  • 160b8de fix: Allow updating state as node end
  • 4e163c7 fixed
  • e63b5b6 Merge branch 'main' into brace/allow-update-state-end
  • 40e00fb Update libs/langgraph/src/pregel/index.ts

📊 Changes

2 files changed (+105 additions, -8 deletions)

View changed files

📝 libs/langgraph/src/pregel/index.ts (+82 -8)
📝 libs/langgraph/src/tests/pregel.test.ts (+23 -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/langgraphjs/pull/712 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/5/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/allow-update-state-end` --- ### 📝 Commits (4) - [`160b8de`](https://github.com/langchain-ai/langgraphjs/commit/160b8de72583172b3fa3848d76eb1e01e5c76c0a) fix: Allow updating state as node end - [`4e163c7`](https://github.com/langchain-ai/langgraphjs/commit/4e163c76d02652c379ebddf95ad973bbf387f973) fixed - [`e63b5b6`](https://github.com/langchain-ai/langgraphjs/commit/e63b5b6fa1df61eb5e3c70ec27cdfbbc72971bf9) Merge branch 'main' into brace/allow-update-state-end - [`40e00fb`](https://github.com/langchain-ai/langgraphjs/commit/40e00fbe7dc9a19ef7fd1b3426d8e8ad81930d0c) Update libs/langgraph/src/pregel/index.ts ### 📊 Changes **2 files changed** (+105 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/index.ts` (+82 -8) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+23 -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-15 19:16:32 -05:00
yindo closed this issue 2026-02-15 19:16:32 -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#955