[PR #454] [MERGED] Add single arg overload for add_node, which takes function/runnable's… #1478

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/454
Author: @nfcampos
Created: 5/14/2024
Status: Merged
Merged: 5/16/2024
Merged by: @nfcampos

Base: mainHead: nc/add-node-single-arg


📝 Commits (1)

  • 6f888b6 Add single arg overload for add_node, which takes function/runnable's name as the node name

📊 Changes

3 files changed (+68 additions, -20 deletions)

View changed files

📝 langgraph/graph/graph.py (+21 -7)
📝 langgraph/graph/state.py (+40 -6)
📝 tests/test_pregel.py (+7 -7)

📄 Description

… name as the node name


🔄 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/454 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 5/14/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/add-node-single-arg` --- ### 📝 Commits (1) - [`6f888b6`](https://github.com/langchain-ai/langgraph/commit/6f888b6206e340f91e79354c4381a0efade3b058) Add single arg overload for add_node, which takes function/runnable's name as the node name ### 📊 Changes **3 files changed** (+68 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/graph.py` (+21 -7) 📝 `langgraph/graph/state.py` (+40 -6) 📝 `tests/test_pregel.py` (+7 -7) </details> ### 📄 Description … name as the node name --- <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:49 -05:00
yindo closed this issue 2026-02-20 17:44:49 -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#1478