[PR #353] [MERGED] Improve tracing output for function nodes #1400

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/353
Author: @nfcampos
Created: 4/26/2024
Status: Merged
Merged: 4/29/2024
Merged by: @nfcampos

Base: mainHead: nc/26apr/tracing-improv


📝 Commits (1)

  • fd9d30f Improve tracing output for function nodes

📊 Changes

4 files changed (+202 additions, -156 deletions)

View changed files

📝 examples/chat_agent_executor_with_function_calling/anthropic.ipynb (+12 -12)
📝 langgraph/graph/graph.py (+4 -4)
📝 langgraph/utils.py (+82 -6)
📝 tests/__snapshots__/test_pregel.ambr (+104 -134)

📄 Description

  • remove double entry in tracing tree when using functions as nodes

🔄 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/353 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 4/26/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/26apr/tracing-improv` --- ### 📝 Commits (1) - [`fd9d30f`](https://github.com/langchain-ai/langgraph/commit/fd9d30f1445ed02ebdf755267ff1ad733b8c8925) Improve tracing output for function nodes ### 📊 Changes **4 files changed** (+202 additions, -156 deletions) <details> <summary>View changed files</summary> 📝 `examples/chat_agent_executor_with_function_calling/anthropic.ipynb` (+12 -12) 📝 `langgraph/graph/graph.py` (+4 -4) 📝 `langgraph/utils.py` (+82 -6) 📝 `tests/__snapshots__/test_pregel.ambr` (+104 -134) </details> ### 📄 Description - remove double entry in tracing tree when using functions as nodes --- <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:38 -05:00
yindo closed this issue 2026-02-20 17:44:38 -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#1400