[PR #1436] [MERGED] chore(langgraph): remove SharedValue / managed value #1459

Closed
opened 2026-02-15 20:15:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1436
Author: @dqbd
Created: 7/23/2025
Status: Merged
Merged: 7/24/2025
Merged by: @dqbd

Base: 0.4Head: dqbd/shared-value-managed-removal


📝 Commits (7)

  • 39fbbb1 chore(langgraph): remove SharedValue / managed value
  • 81b3339 Update typing
  • 0279e2d Move towards deprecating MessagesGraph
  • 3de1eb3 Revert cua changes for now
  • 842f152 Remove changes to swarm
  • b0642de Remove only, fix API tests
  • e964ebf Create curly-onions-mix.md

📊 Changes

20 files changed (+72 additions, -1218 deletions)

View changed files

.changeset/curly-onions-mix.md (+5 -0)
📝 libs/langgraph-api/tests/api.test.mts (+0 -59)
📝 libs/langgraph-api/tests/graphs/agent.mts (+0 -4)
📝 libs/langgraph/src/graph/annotation.ts (+4 -15)
📝 libs/langgraph/src/graph/state.ts (+3 -9)
libs/langgraph/src/managed/base.ts (+0 -203)
libs/langgraph/src/managed/index.ts (+0 -3)
libs/langgraph/src/managed/is_last_step.ts (+0 -8)
libs/langgraph/src/managed/shared_value.ts (+0 -120)
📝 libs/langgraph/src/prebuilt/agent_executor.ts (+7 -1)
📝 libs/langgraph/src/pregel/algo.ts (+2 -57)
📝 libs/langgraph/src/pregel/index.ts (+8 -101)
📝 libs/langgraph/src/pregel/loop.ts (+3 -26)
📝 libs/langgraph/src/pregel/remote.ts (+2 -9)
📝 libs/langgraph/src/pregel/types.ts (+6 -7)
📝 libs/langgraph/src/pregel/validate.ts (+5 -5)
📝 libs/langgraph/src/tests/chatbot.int.test.ts (+5 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+20 -584)
📝 libs/langgraph/src/tests/utils.ts (+2 -6)
📝 libs/langgraph/src/web.ts (+0 -1)

📄 Description

Port of langchain-ai/langgraph#4857.


🔄 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/1436 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 7/24/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `0.4` ← **Head:** `dqbd/shared-value-managed-removal` --- ### 📝 Commits (7) - [`39fbbb1`](https://github.com/langchain-ai/langgraphjs/commit/39fbbb12098f9363ad7b26f7346b64e20f9edafe) chore(langgraph): remove SharedValue / managed value - [`81b3339`](https://github.com/langchain-ai/langgraphjs/commit/81b3339128fa373c201eed4d4140dfb4f88aa75f) Update typing - [`0279e2d`](https://github.com/langchain-ai/langgraphjs/commit/0279e2d3ec36574915d750b1db1ff45d3052d559) Move towards deprecating MessagesGraph - [`3de1eb3`](https://github.com/langchain-ai/langgraphjs/commit/3de1eb310fc486728dae3e4e21d8a0f2c31b3229) Revert cua changes for now - [`842f152`](https://github.com/langchain-ai/langgraphjs/commit/842f1524df60cf25d72d831b875862089d76ef71) Remove changes to swarm - [`b0642de`](https://github.com/langchain-ai/langgraphjs/commit/b0642dee0d9bc1dd76c09dd25dc20a522a547e0b) Remove only, fix API tests - [`e964ebf`](https://github.com/langchain-ai/langgraphjs/commit/e964ebf7785eb1effe6efdbe59937e6849b8ea62) Create curly-onions-mix.md ### 📊 Changes **20 files changed** (+72 additions, -1218 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/curly-onions-mix.md` (+5 -0) 📝 `libs/langgraph-api/tests/api.test.mts` (+0 -59) 📝 `libs/langgraph-api/tests/graphs/agent.mts` (+0 -4) 📝 `libs/langgraph/src/graph/annotation.ts` (+4 -15) 📝 `libs/langgraph/src/graph/state.ts` (+3 -9) ➖ `libs/langgraph/src/managed/base.ts` (+0 -203) ➖ `libs/langgraph/src/managed/index.ts` (+0 -3) ➖ `libs/langgraph/src/managed/is_last_step.ts` (+0 -8) ➖ `libs/langgraph/src/managed/shared_value.ts` (+0 -120) 📝 `libs/langgraph/src/prebuilt/agent_executor.ts` (+7 -1) 📝 `libs/langgraph/src/pregel/algo.ts` (+2 -57) 📝 `libs/langgraph/src/pregel/index.ts` (+8 -101) 📝 `libs/langgraph/src/pregel/loop.ts` (+3 -26) 📝 `libs/langgraph/src/pregel/remote.ts` (+2 -9) 📝 `libs/langgraph/src/pregel/types.ts` (+6 -7) 📝 `libs/langgraph/src/pregel/validate.ts` (+5 -5) 📝 `libs/langgraph/src/tests/chatbot.int.test.ts` (+5 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+20 -584) 📝 `libs/langgraph/src/tests/utils.ts` (+2 -6) 📝 `libs/langgraph/src/web.ts` (+0 -1) </details> ### 📄 Description Port of langchain-ai/langgraph#4857. --- <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 20:15:50 -05:00
yindo closed this issue 2026-02-15 20:15:50 -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#1459