[PR #493] [MERGED] fix(langgraph): Fix bug in getting state with managed values #801

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/493
Author: @bracesproul
Created: 9/18/2024
Status: Merged
Merged: 9/18/2024
Merged by: @bracesproul

Base: mainHead: brace/fix-get-state-mv


📝 Commits (4)

  • 590d33a fix(langgraph): Fix bug in getting state with managed values
  • 0cf5ec9 implement tests
  • 08c6583 chore: lint files
  • 2e287ac chore: lint files

📊 Changes

3 files changed (+105 additions, -3 deletions)

View changed files

📝 libs/langgraph/src/managed/base.ts (+16 -0)
📝 libs/langgraph/src/pregel/index.ts (+18 -3)
📝 libs/langgraph/src/tests/pregel.test.ts (+71 -0)

📄 Description

cc @nfcampos


🔄 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/493 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 9/18/2024 **Status:** ✅ Merged **Merged:** 9/18/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/fix-get-state-mv` --- ### 📝 Commits (4) - [`590d33a`](https://github.com/langchain-ai/langgraphjs/commit/590d33a99bc6ddd63037ad1699b3824ad3ca140d) fix(langgraph): Fix bug in getting state with managed values - [`0cf5ec9`](https://github.com/langchain-ai/langgraphjs/commit/0cf5ec917327882ddd9347b92fe836c1e3cbb184) implement tests - [`08c6583`](https://github.com/langchain-ai/langgraphjs/commit/08c6583f9226190027f48ae4d0a9926e79f0b915) chore: lint files - [`2e287ac`](https://github.com/langchain-ai/langgraphjs/commit/2e287acee37fa5e729e28e2324d4c3a6f7373960) chore: lint files ### 📊 Changes **3 files changed** (+105 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/managed/base.ts` (+16 -0) 📝 `libs/langgraph/src/pregel/index.ts` (+18 -3) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+71 -0) </details> ### 📄 Description cc @nfcampos --- <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:15:57 -05:00
yindo closed this issue 2026-02-15 19:15:57 -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#801