[PR #14] [MERGED] state graph #419

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/14
Author: @bracesproul
Created: 1/17/2024
Status: Merged
Merged: 1/17/2024
Merged by: @bracesproul

Base: mainHead: brace/state-graph


📝 Commits (7)

📊 Changes

14 files changed (+776 additions, -254 deletions)

View changed files

📝 .vscode/settings.json (+1 -0)
📝 langgraph/package.json (+2 -4)
📝 langgraph/src/channels/base.ts (+1 -1)
📝 langgraph/src/channels/binop.ts (+11 -5)
langgraph/src/graph/graph.ts (+199 -0)
📝 langgraph/src/graph/index.ts (+2 -197)
langgraph/src/graph/state.ts (+133 -0)
📝 langgraph/src/pregel/index.ts (+84 -36)
📝 langgraph/src/pregel/read.ts (+19 -3)
📝 langgraph/src/pregel/validate.ts (+3 -0)
📝 langgraph/src/pregel/write.ts (+5 -1)
📝 langgraph/src/tests/channels.test.ts (+9 -3)
📝 langgraph/src/tests/pregel.test.ts (+306 -3)
📝 yarn.lock (+1 -1)

📄 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/14 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 1/17/2024 **Status:** ✅ Merged **Merged:** 1/17/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/state-graph` --- ### 📝 Commits (7) - [`84b7474`](https://github.com/langchain-ai/langgraphjs/commit/84b74742aceb8c2f33d6832ab686bc89ee46d43f) state graph - [`ae12282`](https://github.com/langchain-ai/langgraphjs/commit/ae12282ca253894f77e9a335a4c4624c59f60dcf) fmt - [`c5da767`](https://github.com/langchain-ai/langgraphjs/commit/c5da76742c054fcbc598ef5a455772b779e00f7a) cr - [`bf25c43`](https://github.com/langchain-ai/langgraphjs/commit/bf25c430f9c29825e15119c9ac75ebbc2e810666) Merge branch 'main' of https://github.com/langchain-ai/langgraphjs into brace/state-graph - [`4b4af21`](https://github.com/langchain-ai/langgraphjs/commit/4b4af21a9964e242e05d7e479128222783346c9b) fixed tests - [`7224991`](https://github.com/langchain-ai/langgraphjs/commit/722499172c6e8c54b5541b2596232c85bae92d32) fix deps - [`37595d1`](https://github.com/langchain-ai/langgraphjs/commit/37595d1a7786743b698abc8b2a3868b2fc8db473) cr ### 📊 Changes **14 files changed** (+776 additions, -254 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -0) 📝 `langgraph/package.json` (+2 -4) 📝 `langgraph/src/channels/base.ts` (+1 -1) 📝 `langgraph/src/channels/binop.ts` (+11 -5) ➕ `langgraph/src/graph/graph.ts` (+199 -0) 📝 `langgraph/src/graph/index.ts` (+2 -197) ➕ `langgraph/src/graph/state.ts` (+133 -0) 📝 `langgraph/src/pregel/index.ts` (+84 -36) 📝 `langgraph/src/pregel/read.ts` (+19 -3) 📝 `langgraph/src/pregel/validate.ts` (+3 -0) 📝 `langgraph/src/pregel/write.ts` (+5 -1) 📝 `langgraph/src/tests/channels.test.ts` (+9 -3) 📝 `langgraph/src/tests/pregel.test.ts` (+306 -3) 📝 `yarn.lock` (+1 -1) </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 18:16:53 -05:00
yindo closed this issue 2026-02-15 18:16:53 -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#419