[PR #572] [MERGED] feat(langgraph): Allow configurable typing in nodes and conditional edges #858

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

📋 Pull Request Information

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

Base: mainHead: jacob/config_typing


📝 Commits (5)

📊 Changes

7 files changed (+113 additions, -44 deletions)

View changed files

📝 examples/how-tos/configuration.ipynb (+14 -10)
📝 libs/langgraph/package.json (+1 -1)
📝 libs/langgraph/src/graph/graph.ts (+60 -20)
📝 libs/langgraph/src/graph/state.ts (+10 -5)
📝 libs/langgraph/src/pregel/runnable_types.ts (+4 -1)
📝 libs/langgraph/src/tests/pregel.test.ts (+20 -3)
📝 yarn.lock (+4 -4)

📄 Description

Fully addresses #550


🔄 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/572 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/config_typing` --- ### 📝 Commits (5) - [`088ee27`](https://github.com/langchain-ai/langgraphjs/commit/088ee27dad57c2a2acdc8ba71274be6716cae7cd) Allow configurable typing in nodes and conditional edges - [`58c8fc4`](https://github.com/langchain-ai/langgraphjs/commit/58c8fc4768488d66d163855d8294d52803b3a505) Fix lint - [`08a8ef8`](https://github.com/langchain-ai/langgraphjs/commit/08a8ef854a9539d5b332aae5bdbb22fc1bbb6425) Update docs - [`d2a6117`](https://github.com/langchain-ai/langgraphjs/commit/d2a61171c265cbe7f60e9bb9a379a67b108db301) Update core dep - [`612664a`](https://github.com/langchain-ai/langgraphjs/commit/612664a87c35771b2cf0d5110743de48bddf24c7) Fix ### 📊 Changes **7 files changed** (+113 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `examples/how-tos/configuration.ipynb` (+14 -10) 📝 `libs/langgraph/package.json` (+1 -1) 📝 `libs/langgraph/src/graph/graph.ts` (+60 -20) 📝 `libs/langgraph/src/graph/state.ts` (+10 -5) 📝 `libs/langgraph/src/pregel/runnable_types.ts` (+4 -1) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+20 -3) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Fully addresses #550 --- <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:16:10 -05:00
yindo closed this issue 2026-02-15 19:16:10 -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#858