[PR #1262] [MERGED] fix(langgraph): typedNode should accept RunnableLike #1341

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

📋 Pull Request Information

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

Base: mainHead: dqbd/typed-node-runnable-like


📝 Commits (3)

  • 8797424 fix(langgraph): typedNode should accept RunnableLike
  • 0691a91 Allow passing config schema to typedNode
  • df8a064 Fix tests

📊 Changes

2 files changed (+57 additions, -29 deletions)

View changed files

📝 libs/langgraph/src/graph/state.ts (+38 -15)
📝 libs/langgraph/src/tests/typed_state.test.ts (+19 -14)

📄 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/1262 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 6/6/2025 **Status:** ✅ Merged **Merged:** 6/6/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/typed-node-runnable-like` --- ### 📝 Commits (3) - [`8797424`](https://github.com/langchain-ai/langgraphjs/commit/87974245e1d10e4a05baab01be27dcf95118dc6a) fix(langgraph): `typedNode` should accept RunnableLike - [`0691a91`](https://github.com/langchain-ai/langgraphjs/commit/0691a91f1f02e672990db0630ed523c27bbb942b) Allow passing config schema to typedNode - [`df8a064`](https://github.com/langchain-ai/langgraphjs/commit/df8a064db2cda63905d05e6795087d28c0c1a6a8) Fix tests ### 📊 Changes **2 files changed** (+57 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/state.ts` (+38 -15) 📝 `libs/langgraph/src/tests/typed_state.test.ts` (+19 -14) </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:20 -05:00
yindo closed this issue 2026-02-15 20:15: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#1341