[PR #74] [MERGED] Fix nested tracing, update notebooks #471

Closed
opened 2026-02-15 18:17:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/74
Author: @jacoblee93
Created: 2/27/2024
Status: Merged
Merged: 2/27/2024
Merged by: @jacoblee93

Base: mainHead: jacob/tracing


📝 Commits (2)

📊 Changes

20 files changed (+1860 additions, -2792 deletions)

View changed files

📝 deno.json (+3 -3)
📝 deno.lock (+2 -649)
📝 examples/chat_agent_executor_with_function_calling/base.ipynb (+19 -512)
📝 examples/multi_agent/agent_supervisor.ipynb (+127 -64)
📝 examples/multi_agent/hierarchical_agent_teams.ipynb (+128 -118)
📝 examples/multi_agent/multi_agent_collaboration.ipynb (+86 -58)
📝 examples/plan-and-execute/plan-and-execute.ipynb (+76 -70)
📝 examples/rag/langgraph_agentic_rag.ipynb (+52 -158)
📝 examples/rag/langgraph_crag.ipynb (+68 -50)
📝 examples/rag/langgraph_crag_mistral.ipynb (+69 -65)
📝 examples/rag/langgraph_self_rag.ipynb (+69 -56)
📝 examples/reflection/reflection.ipynb (+449 -443)
📝 examples/rewoo/rewoo.ipynb (+165 -479)
📝 langgraph/package.json (+6 -5)
📝 langgraph/src/graph/state.ts (+6 -4)
📝 langgraph/src/prebuilt/agent_executor.ts (+3 -7)
📝 langgraph/src/pregel/index.ts (+3 -4)
📝 langgraph/src/tests/tracing.int.test.ts (+482 -4)
📝 package.json (+3 -0)
📝 yarn.lock (+44 -43)

📄 Description

No description provided


🔄 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/74 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 2/27/2024 **Status:** ✅ Merged **Merged:** 2/27/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/tracing` --- ### 📝 Commits (2) - [`4a87f94`](https://github.com/langchain-ai/langgraphjs/commit/4a87f94e34f24629ce474edaa9920b94a6bb7906) Fix nested tracing, update notebooks - [`4610489`](https://github.com/langchain-ai/langgraphjs/commit/46104890ce9eb50d93108f33a6a36447a5263a6f) Format ### 📊 Changes **20 files changed** (+1860 additions, -2792 deletions) <details> <summary>View changed files</summary> 📝 `deno.json` (+3 -3) 📝 `deno.lock` (+2 -649) 📝 `examples/chat_agent_executor_with_function_calling/base.ipynb` (+19 -512) 📝 `examples/multi_agent/agent_supervisor.ipynb` (+127 -64) 📝 `examples/multi_agent/hierarchical_agent_teams.ipynb` (+128 -118) 📝 `examples/multi_agent/multi_agent_collaboration.ipynb` (+86 -58) 📝 `examples/plan-and-execute/plan-and-execute.ipynb` (+76 -70) 📝 `examples/rag/langgraph_agentic_rag.ipynb` (+52 -158) 📝 `examples/rag/langgraph_crag.ipynb` (+68 -50) 📝 `examples/rag/langgraph_crag_mistral.ipynb` (+69 -65) 📝 `examples/rag/langgraph_self_rag.ipynb` (+69 -56) 📝 `examples/reflection/reflection.ipynb` (+449 -443) 📝 `examples/rewoo/rewoo.ipynb` (+165 -479) 📝 `langgraph/package.json` (+6 -5) 📝 `langgraph/src/graph/state.ts` (+6 -4) 📝 `langgraph/src/prebuilt/agent_executor.ts` (+3 -7) 📝 `langgraph/src/pregel/index.ts` (+3 -4) 📝 `langgraph/src/tests/tracing.int.test.ts` (+482 -4) 📝 `package.json` (+3 -0) 📝 `yarn.lock` (+44 -43) </details> ### 📄 Description _No description provided_ --- <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 18:17:06 -05:00
yindo closed this issue 2026-02-15 18:17:06 -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#471