[PR #1687] [CLOSED] Add tracing interops test #2232

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1687
Author: @hinthornw
Created: 9/11/2024
Status: Closed

Base: nc/11sep/perfHead: wfh/tracing_interops


📝 Commits (8)

  • 8e00c61 ci: fix kafka scheduler, split langgraph and kafka into separate test jobs (#1677)
  • 43f9cc4 docs: put documentation in the docs folder instead of examples (#1674)
  • 79deece ci: ignore link check for storm tutorial (#1679)
  • 7d34f68 refactor: Type narrowing for ToolNode.name (#1678)
  • 41a3dff ci: update link check (#1680)
  • 694bba6 fix(sdk-js): bump to 0.0.9
  • e435cee docs: update how-tos to support pydantic v1 and v2 (#1682)
  • e71bf1d Add tracing propagation test

📊 Changes

234 files changed (+52291 additions, -55479 deletions)

View changed files

📝 .github/workflows/_test.yml (+2 -8)
.github/workflows/_test_langgraph.yml (+59 -0)
.github/workflows/_test_scheduler_kafka.yml (+51 -0)
📝 .github/workflows/ci.yml (+13 -3)
📝 .github/workflows/deploy_docs.yml (+33 -0)
📝 .github/workflows/link_check.yml (+1 -39)
📝 .github/workflows/size.yml (+2 -1)
📝 Makefile (+0 -5)
📝 docs/.gitignore (+0 -2)
docs/_scripts/copy_notebooks.py (+0 -234)
docs/docs/cloud/how-tos/cloud_examples/img/webhook_results.png (+0 -0)
📝 docs/docs/cloud/how-tos/index.md (+1 -1)
docs/docs/cloud/how-tos/langgraph_to_langgraph_cloud.ipynb (+1063 -0)
📝 docs/docs/how-tos/async.ipynb (+322 -175)
docs/docs/how-tos/branching.ipynb (+650 -0)
docs/docs/how-tos/configuration.ipynb (+350 -0)
docs/docs/how-tos/create-react-agent-hitl.ipynb (+354 -0)
docs/docs/how-tos/create-react-agent-memory.ipynb (+249 -0)
docs/docs/how-tos/create-react-agent-system-prompt.ipynb (+201 -0)
docs/docs/how-tos/create-react-agent.ipynb (+276 -0)

...and 80 more files

📄 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/langgraph/pull/1687 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 9/11/2024 **Status:** ❌ Closed **Base:** `nc/11sep/perf` ← **Head:** `wfh/tracing_interops` --- ### 📝 Commits (8) - [`8e00c61`](https://github.com/langchain-ai/langgraph/commit/8e00c61d416c94a1a5a3c74a70328f9ac42f9329) ci: fix kafka scheduler, split langgraph and kafka into separate test jobs (#1677) - [`43f9cc4`](https://github.com/langchain-ai/langgraph/commit/43f9cc4bcbbcf74c3c5c9c8c78c2b3d4548dede1) docs: put documentation in the docs folder instead of examples (#1674) - [`79deece`](https://github.com/langchain-ai/langgraph/commit/79deeceb5adac38a9138b562c23c56860ff6e132) ci: ignore link check for storm tutorial (#1679) - [`7d34f68`](https://github.com/langchain-ai/langgraph/commit/7d34f684e0a639be09721f73109ae5110899ad20) refactor: Type narrowing for ToolNode.name (#1678) - [`41a3dff`](https://github.com/langchain-ai/langgraph/commit/41a3dffeeba70974a02e0de84b72ec5e3fc88393) ci: update link check (#1680) - [`694bba6`](https://github.com/langchain-ai/langgraph/commit/694bba6ec69e47e543d8da40d694017225a132f5) fix(sdk-js): bump to 0.0.9 - [`e435cee`](https://github.com/langchain-ai/langgraph/commit/e435cee20d40027d8a0789b744605ece714709f4) docs: update how-tos to support pydantic v1 and v2 (#1682) - [`e71bf1d`](https://github.com/langchain-ai/langgraph/commit/e71bf1dc0fce9d85ee80eb34e2941548ed05a3c9) Add tracing propagation test ### 📊 Changes **234 files changed** (+52291 additions, -55479 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/_test.yml` (+2 -8) ➕ `.github/workflows/_test_langgraph.yml` (+59 -0) ➕ `.github/workflows/_test_scheduler_kafka.yml` (+51 -0) 📝 `.github/workflows/ci.yml` (+13 -3) 📝 `.github/workflows/deploy_docs.yml` (+33 -0) 📝 `.github/workflows/link_check.yml` (+1 -39) 📝 `.github/workflows/size.yml` (+2 -1) 📝 `Makefile` (+0 -5) 📝 `docs/.gitignore` (+0 -2) ➖ `docs/_scripts/copy_notebooks.py` (+0 -234) ➖ `docs/docs/cloud/how-tos/cloud_examples/img/webhook_results.png` (+0 -0) 📝 `docs/docs/cloud/how-tos/index.md` (+1 -1) ➕ `docs/docs/cloud/how-tos/langgraph_to_langgraph_cloud.ipynb` (+1063 -0) 📝 `docs/docs/how-tos/async.ipynb` (+322 -175) ➕ `docs/docs/how-tos/branching.ipynb` (+650 -0) ➕ `docs/docs/how-tos/configuration.ipynb` (+350 -0) ➕ `docs/docs/how-tos/create-react-agent-hitl.ipynb` (+354 -0) ➕ `docs/docs/how-tos/create-react-agent-memory.ipynb` (+249 -0) ➕ `docs/docs/how-tos/create-react-agent-system-prompt.ipynb` (+201 -0) ➕ `docs/docs/how-tos/create-react-agent.ipynb` (+276 -0) _...and 80 more files_ </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-20 17:46:36 -05:00
yindo closed this issue 2026-02-20 17:46:36 -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#2232