[PR #223] [MERGED] Properly pass config from async local storage into conditional edges #589

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/223
Author: @jacoblee93
Created: 6/19/2024
Status: Merged
Merged: 6/20/2024
Merged by: @jacoblee93

Base: mainHead: jacob/edge_tracing


📝 Commits (4)

📊 Changes

2 files changed (+93 additions, -8 deletions)

View changed files

📝 langgraph/src/tests/tracing.test.ts (+65 -1)
📝 langgraph/src/utils.ts (+28 -7)

📄 Description

Long term should try to work this into core but short-term fix for now:

@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/223 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 6/19/2024 **Status:** ✅ Merged **Merged:** 6/20/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/edge_tracing` --- ### 📝 Commits (4) - [`689258f`](https://github.com/langchain-ai/langgraphjs/commit/689258f83710b5765a200172ec98d16f31f31025) Properly pass config through to conditional edges - [`659a7d8`](https://github.com/langchain-ai/langgraphjs/commit/659a7d8e2806eea0893c65edf47512ae3fb3d70e) Remove unnecessary ignore - [`46d5f3e`](https://github.com/langchain-ai/langgraphjs/commit/46d5f3eb9dbeca720eecee83b007b4105cf0d84e) Fix lint - [`5c53823`](https://github.com/langchain-ai/langgraphjs/commit/5c53823837f01f7a2695133e34eb1f2d32dc0c22) Remove useless param ### 📊 Changes **2 files changed** (+93 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/src/tests/tracing.test.ts` (+65 -1) 📝 `langgraph/src/utils.ts` (+28 -7) </details> ### 📄 Description Long term should try to work this into core but short-term fix for now: @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:08 -05:00
yindo closed this issue 2026-02-15 19:15:08 -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#589