[PR #490] [MERGED] feat: Adds config schema support #798

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/490
Author: @jacoblee93
Created: 9/17/2024
Status: Merged
Merged: 9/18/2024
Merged by: @jacoblee93

Base: mainHead: jacob/config_schemas


📝 Commits (2)

📊 Changes

5 files changed (+116 additions, -16 deletions)

View changed files

📝 examples/how-tos/configuration.ipynb (+47 -8)
📝 libs/langgraph/src/graph/state.ts (+18 -8)
📝 libs/langgraph/src/pregel/index.ts (+12 -0)
📝 libs/langgraph/src/pregel/types.ts (+2 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+37 -0)

📄 Description

CC @dqbd @hinthornw @nfcampos


🔄 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/490 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 9/17/2024 **Status:** ✅ Merged **Merged:** 9/18/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/config_schemas` --- ### 📝 Commits (2) - [`79f870d`](https://github.com/langchain-ai/langgraphjs/commit/79f870dcad88ee4c8bd4b3516f7f125f09f6289a) Adds config schema support - [`3eb27ef`](https://github.com/langchain-ai/langgraphjs/commit/3eb27ef2b531616e9f1a22c4ac72337873b870ee) Update docs ### 📊 Changes **5 files changed** (+116 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `examples/how-tos/configuration.ipynb` (+47 -8) 📝 `libs/langgraph/src/graph/state.ts` (+18 -8) 📝 `libs/langgraph/src/pregel/index.ts` (+12 -0) 📝 `libs/langgraph/src/pregel/types.ts` (+2 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+37 -0) </details> ### 📄 Description CC @dqbd @hinthornw @nfcampos --- <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:56 -05:00
yindo closed this issue 2026-02-15 19:15:56 -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#798