[PR #415] [MERGED] langgraph[patch]: Export more internal types for portability #738

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/415
Author: @jacoblee93
Created: 8/28/2024
Status: Merged
Merged: 8/28/2024
Merged by: @jacoblee93

Base: mainHead: jacob/types


📝 Commits (2)

📊 Changes

7 files changed (+20 additions, -7 deletions)

View changed files

📝 libs/langgraph/src/channels/dynamic_barrier_value.ts (+8 -7)
📝 libs/langgraph/src/channels/ephemeral_value.ts (+1 -0)
📝 libs/langgraph/src/channels/last_value.ts (+1 -0)
📝 libs/langgraph/src/channels/named_barrier_value.ts (+1 -0)
📝 libs/langgraph/src/channels/topic.ts (+3 -0)
📝 libs/langgraph/src/graph/index.ts (+3 -0)
📝 libs/langgraph/src/web.ts (+3 -0)

📄 Description

Tested on an RC

@hinthornw @bracesproul


🔄 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/415 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/28/2024 **Status:** ✅ Merged **Merged:** 8/28/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/types` --- ### 📝 Commits (2) - [`b6a8549`](https://github.com/langchain-ai/langgraphjs/commit/b6a8549bd92921928e9a86580587b735ca4bf1c8) Export more internal types for portability - [`aa61af8`](https://github.com/langchain-ai/langgraphjs/commit/aa61af8e38cc14fdb6d36eed22a221f364f36da0) Fix test ### 📊 Changes **7 files changed** (+20 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/channels/dynamic_barrier_value.ts` (+8 -7) 📝 `libs/langgraph/src/channels/ephemeral_value.ts` (+1 -0) 📝 `libs/langgraph/src/channels/last_value.ts` (+1 -0) 📝 `libs/langgraph/src/channels/named_barrier_value.ts` (+1 -0) 📝 `libs/langgraph/src/channels/topic.ts` (+3 -0) 📝 `libs/langgraph/src/graph/index.ts` (+3 -0) 📝 `libs/langgraph/src/web.ts` (+3 -0) </details> ### 📄 Description Tested on an RC @hinthornw @bracesproul --- <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:43 -05:00
yindo closed this issue 2026-02-15 19:15:43 -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#738