[PR #46] [MERGED] Pass runnable config through lambda calls for tracing #443

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

📋 Pull Request Information

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

Base: mainHead: jacob/tracing


📝 Commits (3)

  • 86487e1 Pass runnable config through lambda calls for tracing
  • 0ab7dca Add config to examples
  • cfc27d5 Fix Deno notebook .env imports

📊 Changes

13 files changed (+679 additions, -858 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 README.md (+11 -4)
📝 deno.json (+4 -3)
📝 examples/agent_executor/base.ipynb (+21 -20)
📝 examples/chat_agent_executor_with_function_calling/base.ipynb (+540 -28)
examples/deno.lock (+0 -755)
📝 examples/multi_agent/agent_supervisor.ipynb (+25 -14)
📝 examples/multi_agent/multi-agent-collaboration.ipynb (+3 -2)
📝 langgraph/README.md (+10 -4)
📝 langgraph/package.json (+1 -1)
📝 langgraph/src/prebuilt/agent_executor.ts (+15 -5)
📝 langgraph/src/prebuilt/chat_agent_executor.ts (+11 -5)
📝 yarn.lock (+36 -17)

📄 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/46 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 2/2/2024 **Status:** ✅ Merged **Merged:** 2/2/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/tracing` --- ### 📝 Commits (3) - [`86487e1`](https://github.com/langchain-ai/langgraphjs/commit/86487e1094faaf284c34f2a812403bd805f87976) Pass runnable config through lambda calls for tracing - [`0ab7dca`](https://github.com/langchain-ai/langgraphjs/commit/0ab7dca0e5ea05e84329246481ad8f3fe85dc37d) Add config to examples - [`cfc27d5`](https://github.com/langchain-ai/langgraphjs/commit/cfc27d570772a3ba49dcbbfaf6873525f616cab9) Fix Deno notebook .env imports ### 📊 Changes **13 files changed** (+679 additions, -858 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `README.md` (+11 -4) 📝 `deno.json` (+4 -3) 📝 `examples/agent_executor/base.ipynb` (+21 -20) 📝 `examples/chat_agent_executor_with_function_calling/base.ipynb` (+540 -28) ➖ `examples/deno.lock` (+0 -755) 📝 `examples/multi_agent/agent_supervisor.ipynb` (+25 -14) 📝 `examples/multi_agent/multi-agent-collaboration.ipynb` (+3 -2) 📝 `langgraph/README.md` (+10 -4) 📝 `langgraph/package.json` (+1 -1) 📝 `langgraph/src/prebuilt/agent_executor.ts` (+15 -5) 📝 `langgraph/src/prebuilt/chat_agent_executor.ts` (+11 -5) 📝 `yarn.lock` (+36 -17) </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:16:59 -05:00
yindo closed this issue 2026-02-15 18:17:00 -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#443