[PR #139] [MERGED] Add support for conditional entry points in Graph, StateGraph, MessageGraph #1265

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/139
Author: @nfcampos
Created: 2/22/2024
Status: Merged
Merged: 2/22/2024
Merged by: @nfcampos

Base: mainHead: nc/22feb/add-conditional-entry-point


📝 Commits (1)

  • debd9a8 Add support for conditional entry points in Graph, StateGraph, MessageGraph

📊 Changes

5 files changed (+601 additions, -27 deletions)

View changed files

📝 langgraph/graph/graph.py (+71 -19)
📝 langgraph/graph/state.py (+12 -8)
📝 tests/__snapshots__/test_pregel.ambr (+336 -0)
📝 tests/test_pregel.py (+96 -0)
📝 tests/test_pregel_async.py (+86 -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/139 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 2/22/2024 **Status:** ✅ Merged **Merged:** 2/22/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/22feb/add-conditional-entry-point` --- ### 📝 Commits (1) - [`debd9a8`](https://github.com/langchain-ai/langgraph/commit/debd9a8d9c488351019b215c766197a9e2e3edd0) Add support for conditional entry points in Graph, StateGraph, MessageGraph ### 📊 Changes **5 files changed** (+601 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/graph.py` (+71 -19) 📝 `langgraph/graph/state.py` (+12 -8) 📝 `tests/__snapshots__/test_pregel.ambr` (+336 -0) 📝 `tests/test_pregel.py` (+96 -0) 📝 `tests/test_pregel_async.py` (+86 -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:19 -05:00
yindo closed this issue 2026-02-20 17:44:19 -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#1265