[PR #164] [MERGED] Add StateGraph.add_edge(string[], string) #1277

Closed
opened 2026-02-20 17:44:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/164
Author: @nfcampos
Created: 2/29/2024
Status: Merged
Merged: 3/21/2024
Merged by: @nfcampos

Base: mainHead: nc/29feb/waiting-edge


📝 Commits (7)

📊 Changes

9 files changed (+836 additions, -14 deletions)

View changed files

📝 langgraph/channels/any_value.py (+4 -0)
langgraph/channels/named_barrier_value.py (+58 -0)
📝 langgraph/graph/graph.py (+9 -3)
📝 langgraph/graph/state.py (+52 -3)
📝 langgraph/pregel/__init__.py (+15 -5)
📝 langgraph/pregel/io.py (+15 -3)
📝 tests/conftest.py (+3 -0)
📝 tests/test_pregel.py (+355 -0)
📝 tests/test_pregel_async.py (+325 -0)

📄 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/langgraph/pull/164 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 2/29/2024 **Status:** ✅ Merged **Merged:** 3/21/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/29feb/waiting-edge` --- ### 📝 Commits (7) - [`158f84c`](https://github.com/langchain-ai/langgraph/commit/158f84c826fc8686e7d00a4276d9b3e880540613) WIP Waiting edge - [`6cb5062`](https://github.com/langchain-ai/langgraph/commit/6cb5062c1ad50daf45c83aa0431c88eddb52068f) Lol - [`01c32c2`](https://github.com/langchain-ai/langgraph/commit/01c32c2464d32ecd93e9aa16bfad0a8b6ef34210) Finish - [`ccea395`](https://github.com/langchain-ai/langgraph/commit/ccea39500299e98c6a893ef8a83cc35696d3fc7a) Fox - [`e11153c`](https://github.com/langchain-ai/langgraph/commit/e11153cf0959427634a75483273619bd314b0fb3) Fix graph repr - [`db2ec5b`](https://github.com/langchain-ai/langgraph/commit/db2ec5b2de78bddaa32a623f9badb9fae4cf10b1) Rename to `add_edge(string[], string)` - [`62dfa48`](https://github.com/langchain-ai/langgraph/commit/62dfa48ce57c46665eaa0aee9047a6e3db827016) Lint ### 📊 Changes **9 files changed** (+836 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/channels/any_value.py` (+4 -0) ➕ `langgraph/channels/named_barrier_value.py` (+58 -0) 📝 `langgraph/graph/graph.py` (+9 -3) 📝 `langgraph/graph/state.py` (+52 -3) 📝 `langgraph/pregel/__init__.py` (+15 -5) 📝 `langgraph/pregel/io.py` (+15 -3) 📝 `tests/conftest.py` (+3 -0) 📝 `tests/test_pregel.py` (+355 -0) 📝 `tests/test_pregel_async.py` (+325 -0) </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-20 17:44:20 -05:00
yindo closed this issue 2026-02-20 17:44:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1277