[PR #1215] [MERGED] feat(langgraph): reduce number of branches #1308

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

📋 Pull Request Information

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

Base: mainHead: dqbd/reduce-branches


📝 Commits (1)

  • 24e6d94 feat(langgraph): reduce number of branches

📊 Changes

3 files changed (+57 additions, -71 deletions)

View changed files

📝 libs/langgraph/src/graph/state.ts (+11 -25)
📝 libs/langgraph/src/tests/pregel.test.ts (+14 -14)
📝 libs/langgraph/src/tests/tracing.test.ts (+32 -32)

📄 Description

Port of https://github.com/langchain-ai/langgraph/pull/4064


🔄 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/1215 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/23/2025 **Status:** ✅ Merged **Merged:** 5/23/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/reduce-branches` --- ### 📝 Commits (1) - [`24e6d94`](https://github.com/langchain-ai/langgraphjs/commit/24e6d94d9870269e0611b625909d05bbd87142fa) feat(langgraph): reduce number of branches ### 📊 Changes **3 files changed** (+57 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/state.ts` (+11 -25) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+14 -14) 📝 `libs/langgraph/src/tests/tracing.test.ts` (+32 -32) </details> ### 📄 Description Port of https://github.com/langchain-ai/langgraph/pull/4064 --- <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:12 -05:00
yindo closed this issue 2026-02-15 20:15:12 -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#1308