[PR #1235] [MERGED] feat(langgraph): add typedNode utility #1318

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

📋 Pull Request Information

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

Base: mainHead: dqbd/util-typed-node


📝 Commits (4)

  • 1849e81 feat(langgraph): add typedNode utility
  • fe8e041 Merge branch 'main' into dqbd/util-typed-node
  • b40e877 Remove extra change
  • d3a3da5 Remove other changes

📊 Changes

3 files changed (+143 additions, -6 deletions)

View changed files

📝 libs/langgraph/src/graph/graph.ts (+2 -2)
📝 libs/langgraph/src/graph/state.ts (+52 -4)
libs/langgraph/src/tests/typed_state.test.ts (+89 -0)

📄 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/1235 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/28/2025 **Status:** ✅ Merged **Merged:** 5/29/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/util-typed-node` --- ### 📝 Commits (4) - [`1849e81`](https://github.com/langchain-ai/langgraphjs/commit/1849e8134eae276cb52f440f4710c75031b13084) feat(langgraph): add `typedNode` utility - [`fe8e041`](https://github.com/langchain-ai/langgraphjs/commit/fe8e0417ebaa9b272c3c34c27bd1cfcc87852b8a) Merge branch 'main' into dqbd/util-typed-node - [`b40e877`](https://github.com/langchain-ai/langgraphjs/commit/b40e877b878354376ad35fa5d21eb6c00f07d8d5) Remove extra change - [`d3a3da5`](https://github.com/langchain-ai/langgraphjs/commit/d3a3da59e752d9f83e8455a282c6045ffb998a0a) Remove other changes ### 📊 Changes **3 files changed** (+143 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/graph.ts` (+2 -2) 📝 `libs/langgraph/src/graph/state.ts` (+52 -4) ➕ `libs/langgraph/src/tests/typed_state.test.ts` (+89 -0) </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 20:15:15 -05:00
yindo closed this issue 2026-02-15 20:15:15 -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#1318