[PR #596] [MERGED] feat(langgraph): Export CompiledStateGraph, remove unnecessary subgraph code #876

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/596
Author: @jacoblee93
Created: 10/14/2024
Status: Merged
Merged: 10/14/2024
Merged by: @jacoblee93

Base: mainHead: jacob/hotfix


📝 Commits (1)

  • 52bda10 Export CompiledStateGraph, remove unnecessary subgraph code

📊 Changes

5 files changed (+65 additions, -7 deletions)

View changed files

📝 libs/langgraph/src/graph/index.ts (+1 -1)
📝 libs/langgraph/src/graph/state.ts (+5 -0)
📝 libs/langgraph/src/pregel/retry.ts (+1 -5)
📝 libs/langgraph/src/tests/pregel.test.ts (+57 -0)
📝 libs/langgraph/src/web.ts (+1 -1)

📄 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/596 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/14/2024 **Status:** ✅ Merged **Merged:** 10/14/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/hotfix` --- ### 📝 Commits (1) - [`52bda10`](https://github.com/langchain-ai/langgraphjs/commit/52bda10bf150a6fbf49b672d48d285990af2c43a) Export CompiledStateGraph, remove unnecessary subgraph code ### 📊 Changes **5 files changed** (+65 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/index.ts` (+1 -1) 📝 `libs/langgraph/src/graph/state.ts` (+5 -0) 📝 `libs/langgraph/src/pregel/retry.ts` (+1 -5) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+57 -0) 📝 `libs/langgraph/src/web.ts` (+1 -1) </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:14 -05:00
yindo closed this issue 2026-02-15 19:16:14 -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#876