[PR #627] [MERGED] feat(langgraph): Clean up traces #898

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/627
Author: @jacoblee93
Created: 10/23/2024
Status: Merged
Merged: 10/24/2024
Merged by: @jacoblee93

Base: mainHead: jacob/tracing


📝 Commits (3)

📊 Changes

14 files changed (+64 additions, -180 deletions)

View changed files

📝 examples/package.json (+1 -1)
📝 libs/langgraph/package.json (+1 -1)
📝 libs/langgraph/src/graph/graph.ts (+1 -0)
📝 libs/langgraph/src/graph/state.ts (+13 -2)
📝 libs/langgraph/src/prebuilt/react_agent_executor.ts (+1 -4)
📝 libs/langgraph/src/prebuilt/tool_node.ts (+2 -0)
📝 libs/langgraph/src/pregel/index.ts (+4 -2)
📝 libs/langgraph/src/pregel/read.ts (+3 -1)
📝 libs/langgraph/src/pregel/write.ts (+1 -1)
📝 libs/langgraph/src/tests/prebuilt.test.ts (+1 -1)
📝 libs/langgraph/src/tests/pregel.test.ts (+16 -14)
📝 libs/langgraph/src/tests/tracing.test.ts (+4 -144)
📝 libs/langgraph/src/utils.ts (+10 -3)
📝 yarn.lock (+6 -6)

📄 Description

Before:

https://smith.langchain.com/public/76a7e0df-2ecd-4041-bc7b-6941fe1199ec/r

After:

https://smith.langchain.com/public/1fb20156-e7b8-4494-987f-5fad33c391d4/r


🔄 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/627 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/23/2024 **Status:** ✅ Merged **Merged:** 10/24/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/tracing` --- ### 📝 Commits (3) - [`acacebf`](https://github.com/langchain-ai/langgraphjs/commit/acacebfa81374001047c666275110761bb9b711b) Clean up traces - [`75cb7ef`](https://github.com/langchain-ai/langgraphjs/commit/75cb7ef500a69f44e9c4e28dd0b81dae3dea9932) Fix - [`dadf9a7`](https://github.com/langchain-ai/langgraphjs/commit/dadf9a792d00f6c6881327eb360c83921d964124) Lint ### 📊 Changes **14 files changed** (+64 additions, -180 deletions) <details> <summary>View changed files</summary> 📝 `examples/package.json` (+1 -1) 📝 `libs/langgraph/package.json` (+1 -1) 📝 `libs/langgraph/src/graph/graph.ts` (+1 -0) 📝 `libs/langgraph/src/graph/state.ts` (+13 -2) 📝 `libs/langgraph/src/prebuilt/react_agent_executor.ts` (+1 -4) 📝 `libs/langgraph/src/prebuilt/tool_node.ts` (+2 -0) 📝 `libs/langgraph/src/pregel/index.ts` (+4 -2) 📝 `libs/langgraph/src/pregel/read.ts` (+3 -1) 📝 `libs/langgraph/src/pregel/write.ts` (+1 -1) 📝 `libs/langgraph/src/tests/prebuilt.test.ts` (+1 -1) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+16 -14) 📝 `libs/langgraph/src/tests/tracing.test.ts` (+4 -144) 📝 `libs/langgraph/src/utils.ts` (+10 -3) 📝 `yarn.lock` (+6 -6) </details> ### 📄 Description Before: https://smith.langchain.com/public/76a7e0df-2ecd-4041-bc7b-6941fe1199ec/r After: https://smith.langchain.com/public/1fb20156-e7b8-4494-987f-5fad33c391d4/r --- <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:16:20 -05:00
yindo closed this issue 2026-02-15 19:16:20 -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#898