[PR #944] [MERGED] langgraph: do not pass subgraph state on Command.parent updates #1129

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/944
Author: @vbarda
Created: 3/4/2025
Status: Merged
Merged: 3/4/2025
Merged by: @vbarda

Base: mainHead: vb/revert-parent-command-subgraph-updates


📝 Commits (3)

  • e9e29e3 langgraph: do not pass subgraph state on Command.parent updates
  • 6887c81 Merge branch 'main' into vb/revert-parent-command-subgraph-updates
  • 4b15c86 swarm, supervisor: update handoffs to pass state explicitly (#945)

📊 Changes

4 files changed (+15 additions, -150 deletions)

View changed files

📝 libs/langgraph-supervisor/src/handoff.ts (+9 -2)
📝 libs/langgraph-swarm/src/handoff.ts (+6 -1)
📝 libs/langgraph/src/pregel/loop.ts (+0 -19)
📝 libs/langgraph/src/tests/pregel.test.ts (+0 -128)

📄 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/944 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/revert-parent-command-subgraph-updates` --- ### 📝 Commits (3) - [`e9e29e3`](https://github.com/langchain-ai/langgraphjs/commit/e9e29e377e3ae9131b660ab475d6a7404ba9c66b) langgraph: do not pass subgraph state on Command.parent updates - [`6887c81`](https://github.com/langchain-ai/langgraphjs/commit/6887c814e795cb364dd3a2e6eec460c80e8d56a0) Merge branch 'main' into vb/revert-parent-command-subgraph-updates - [`4b15c86`](https://github.com/langchain-ai/langgraphjs/commit/4b15c861a6c641bdec8e08bb114986de489f9823) swarm, supervisor: update handoffs to pass state explicitly (#945) ### 📊 Changes **4 files changed** (+15 additions, -150 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-supervisor/src/handoff.ts` (+9 -2) 📝 `libs/langgraph-swarm/src/handoff.ts` (+6 -1) 📝 `libs/langgraph/src/pregel/loop.ts` (+0 -19) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+0 -128) </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:17:20 -05:00
yindo closed this issue 2026-02-15 19:17:20 -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#1129