[PR #1442] [MERGED] fix(langgraph): auto-inference of configurable fields #1463

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

📋 Pull Request Information

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

Base: 0.4Head: dqbd/context-api


📝 Commits (2)

  • 14c3b96 fix(langgraph): auto-inference of configurable fields
  • 1006bd6 Create fresh-geckos-matter.md

📊 Changes

6 files changed (+109 additions, -16 deletions)

View changed files

.changeset/fresh-geckos-matter.md (+5 -0)
📝 libs/langgraph/src/graph/annotation.ts (+1 -1)
📝 libs/langgraph/src/graph/graph.ts (+19 -6)
📝 libs/langgraph/src/graph/state.ts (+5 -6)
📝 libs/langgraph/src/pregel/runnable_types.ts (+24 -1)
📝 libs/langgraph/src/tests/pregel.test-d.ts (+55 -2)

📄 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/1442 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/24/2025 **Status:** ✅ Merged **Merged:** 7/24/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `0.4` ← **Head:** `dqbd/context-api` --- ### 📝 Commits (2) - [`14c3b96`](https://github.com/langchain-ai/langgraphjs/commit/14c3b96e6cb025a70cf59905a331c5855a83107b) fix(langgraph): auto-inference of configurable fields - [`1006bd6`](https://github.com/langchain-ai/langgraphjs/commit/1006bd6e874c86a4769c0eebc6412a05f5cf5db3) Create fresh-geckos-matter.md ### 📊 Changes **6 files changed** (+109 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/fresh-geckos-matter.md` (+5 -0) 📝 `libs/langgraph/src/graph/annotation.ts` (+1 -1) 📝 `libs/langgraph/src/graph/graph.ts` (+19 -6) 📝 `libs/langgraph/src/graph/state.ts` (+5 -6) 📝 `libs/langgraph/src/pregel/runnable_types.ts` (+24 -1) 📝 `libs/langgraph/src/tests/pregel.test-d.ts` (+55 -2) </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:51 -05:00
yindo closed this issue 2026-02-15 20:15:51 -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#1463