[PR #102] [MERGED] Adds async edge support #493

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/102
Author: @jacoblee93
Created: 3/26/2024
Status: Merged
Merged: 3/26/2024
Merged by: @jacoblee93

Base: mainHead: jacob/async_edges


📝 Commits (1)

📊 Changes

6 files changed (+306 additions, -18 deletions)

View changed files

📝 deno.json (+2 -1)
📝 langgraph/package.json (+2 -2)
📝 langgraph/src/graph/graph.ts (+6 -6)
📝 langgraph/src/tests/pregel.test.ts (+1 -1)
📝 package.json (+1 -1)
📝 yarn.lock (+294 -7)

📄 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/102 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 3/26/2024 **Status:** ✅ Merged **Merged:** 3/26/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/async_edges` --- ### 📝 Commits (1) - [`3f00d08`](https://github.com/langchain-ai/langgraphjs/commit/3f00d08ca8a9b272ab396bb4c4ba6457ff11f30b) Adds async edge support ### 📊 Changes **6 files changed** (+306 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `deno.json` (+2 -1) 📝 `langgraph/package.json` (+2 -2) 📝 `langgraph/src/graph/graph.ts` (+6 -6) 📝 `langgraph/src/tests/pregel.test.ts` (+1 -1) 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+294 -7) </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:17:10 -05:00
yindo closed this issue 2026-02-15 18:17: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#493