[PR #990] [MERGED] lib: Add metadata arg to add_node() #1814

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/990
Author: @nfcampos
Created: 7/10/2024
Status: Merged
Merged: 7/11/2024
Merged by: @nfcampos

Base: mainHead: nc/10jul/add-node-metadata


📝 Commits (3)

📊 Changes

8 files changed (+156 additions, -130 deletions)

View changed files

📝 libs/langgraph/langgraph/graph/graph.py (+37 -16)
📝 libs/langgraph/langgraph/graph/state.py (+12 -3)
📝 libs/langgraph/langgraph/pregel/read.py (+4 -1)
📝 libs/langgraph/langgraph/utils.py (+0 -32)
📝 libs/langgraph/poetry.lock (+5 -5)
📝 libs/langgraph/pyproject.toml (+1 -1)
📝 libs/langgraph/tests/__snapshots__/test_pregel.ambr (+95 -71)
📝 libs/langgraph/tests/test_pregel.py (+2 -1)

📄 Description

  • use metadata when drawing graph
  • use metadata for tracing

🔄 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/990 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 7/10/2024 **Status:** ✅ Merged **Merged:** 7/11/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/10jul/add-node-metadata` --- ### 📝 Commits (3) - [`ccf57e6`](https://github.com/langchain-ai/langgraph/commit/ccf57e63b43efaca30208362ad7256e4fba33022) lib: Add metadata arg to add_node() - [`198e9c9`](https://github.com/langchain-ai/langgraph/commit/198e9c9932a9517893f05540596414b88dac9d8e) Update core - [`a281f96`](https://github.com/langchain-ai/langgraph/commit/a281f96f7ceb33680b2268608db629f3f05afdb3) Lock ### 📊 Changes **8 files changed** (+156 additions, -130 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/graph/graph.py` (+37 -16) 📝 `libs/langgraph/langgraph/graph/state.py` (+12 -3) 📝 `libs/langgraph/langgraph/pregel/read.py` (+4 -1) 📝 `libs/langgraph/langgraph/utils.py` (+0 -32) 📝 `libs/langgraph/poetry.lock` (+5 -5) 📝 `libs/langgraph/pyproject.toml` (+1 -1) 📝 `libs/langgraph/tests/__snapshots__/test_pregel.ambr` (+95 -71) 📝 `libs/langgraph/tests/test_pregel.py` (+2 -1) </details> ### 📄 Description - use metadata when drawing graph - use metadata for tracing --- <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:45:37 -05:00
yindo closed this issue 2026-02-20 17:45:37 -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#1814