[PR #427] [MERGED] langgraph[patch]: Adds node-level input schema to support private state #751

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

📋 Pull Request Information

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

Base: mainHead: jacob/node_input_schema


📝 Commits (10+)

📊 Changes

2 files changed (+121 additions, -12 deletions)

View changed files

📝 libs/langgraph/src/graph/state.ts (+46 -12)
📝 libs/langgraph/src/tests/pregel.test.ts (+75 -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/427 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/29/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/node_input_schema` --- ### 📝 Commits (10+) - [`b386a0c`](https://github.com/langchain-ai/langgraphjs/commit/b386a0c48ecf775f6259a82a9c0f1497f383c497) Adds inputDefinition and outputDefinition properties to compiled state graph - [`3fe176f`](https://github.com/langchain-ai/langgraphjs/commit/3fe176f3657c9f6ce7493f24c4dbf41e92883519) Update libs/langgraph/src/pregel/loop.ts - [`b8cbcef`](https://github.com/langchain-ai/langgraphjs/commit/b8cbcef2000dfbd53d051e97628b2f5a73eb15ba) Merge - [`91e8d8f`](https://github.com/langchain-ai/langgraphjs/commit/91e8d8fc2d145cf098e08ac792816cd1c7e3809d) Merge branch 'jacob/io' of https://github.com/langchain-ai/langgraphjs into jacob/io - [`d4e2fab`](https://github.com/langchain-ai/langgraphjs/commit/d4e2fab59886e3dc86a6398cd62c684efbec8754) Merge - [`e5488b7`](https://github.com/langchain-ai/langgraphjs/commit/e5488b7fda1a3c4ae42f8834a77e2dda0d5b86cc) Update param passing - [`376bf8c`](https://github.com/langchain-ai/langgraphjs/commit/376bf8cde331a4d00d3eb20188a13a969b1a317f) Add generic typing, fix filtering of outputs - [`c1ebeaf`](https://github.com/langchain-ai/langgraphjs/commit/c1ebeaf128cdddd4e3b696a1f3aabb70d455984b) Fix check - [`e03b4e5`](https://github.com/langchain-ai/langgraphjs/commit/e03b4e5c6a26c637de08592448516547058c57a9) Adds node-level input schema - [`6fb72c5`](https://github.com/langchain-ai/langgraphjs/commit/6fb72c59b43dc170ca8963507e950c4b9a21019e) Fix generic typing ### 📊 Changes **2 files changed** (+121 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/state.ts` (+46 -12) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+75 -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 19:15:46 -05:00
yindo closed this issue 2026-02-15 19:15:46 -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#751