[PR #249] [MERGED] Adds metadata corresponding to the current node to configs #605

Closed
opened 2026-02-15 19:15:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/249
Author: @jacoblee93
Created: 7/10/2024
Status: Merged
Merged: 7/16/2024
Merged by: @jacoblee93

Base: mainHead: jacob/node_metadata


📝 Commits (2)

  • 1c76a5d Adds metadata corresponding to the current node to configs
  • ef7c303 Fix test

📊 Changes

5 files changed (+119 additions, -38 deletions)

View changed files

📝 langgraph/package.json (+1 -1)
📝 langgraph/src/constants.ts (+2 -0)
📝 langgraph/src/pregel/index.ts (+28 -16)
📝 langgraph/src/tests/tracing.test.ts (+77 -10)
📝 yarn.lock (+11 -11)

📄 Description

CC @nfcampos


🔄 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/249 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 7/10/2024 **Status:** ✅ Merged **Merged:** 7/16/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/node_metadata` --- ### 📝 Commits (2) - [`1c76a5d`](https://github.com/langchain-ai/langgraphjs/commit/1c76a5d319a4b1f7170e976240daf32b8f0cf596) Adds metadata corresponding to the current node to configs - [`ef7c303`](https://github.com/langchain-ai/langgraphjs/commit/ef7c3030530837c25acbe3a1cf14993102e86630) Fix test ### 📊 Changes **5 files changed** (+119 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/package.json` (+1 -1) 📝 `langgraph/src/constants.ts` (+2 -0) 📝 `langgraph/src/pregel/index.ts` (+28 -16) 📝 `langgraph/src/tests/tracing.test.ts` (+77 -10) 📝 `yarn.lock` (+11 -11) </details> ### 📄 Description CC @nfcampos --- <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 19:15:11 -05:00
yindo closed this issue 2026-02-15 19:15:11 -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#605