[PR #854] [MERGED] interactive stuff into working branch #1081

Closed
opened 2026-02-17 17:21:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/854
Author: @sydney-runkle
Created: 10/11/2025
Status: Merged
Merged: 10/11/2025
Merged by: @sydney-runkle

Base: sr/final-v1-cleanupHead: change-content-highlights


📝 Commits (10+)

📊 Changes

8 files changed (+738 additions, -18 deletions)

View changed files

📝 pipeline/core/builder.py (+7 -3)
📝 src/oss/langchain/middleware.mdx (+7 -13)
📝 src/oss/langgraph/use-functional-api.mdx (+2 -2)
src/plugins/middleware_visualization/README.md (+63 -0)
src/plugins/middleware_visualization/diagrams_js.js (+1 -0)
src/plugins/middleware_visualization/diagrams_python.js (+1 -0)
src/plugins/middleware_visualization/generate_middleware_diagrams.py (+256 -0)
src/plugins/middleware_visualization/index.html (+401 -0)

📄 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/docs/pull/854 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 10/11/2025 **Status:** ✅ Merged **Merged:** 10/11/2025 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `sr/final-v1-cleanup` ← **Head:** `change-content-highlights` --- ### 📝 Commits (10+) - [`8349549`](https://github.com/langchain-ai/docs/commit/834954975a14c94c21de8d4d5409e45f5c4166d5) some feedback from harrison - [`922f766`](https://github.com/langchain-ai/docs/commit/922f766c556ec1a3ec0cea6096009afc33346e9a) removing old style syntax + highlight lines - [`2d5c856`](https://github.com/langchain-ai/docs/commit/2d5c85688a4b2487062c4bd8e5f213f2a15b8947) tool edit - [`82e3c51`](https://github.com/langchain-ai/docs/commit/82e3c51c91bd7f4a88387511d7fcedcb2efad747) more highlights - [`f4e78e7`](https://github.com/langchain-ai/docs/commit/f4e78e7632418a01637dd33ff37de212edccb96b) initial interactive - [`4b77eeb`](https://github.com/langchain-ai/docs/commit/4b77eeb28fd8367e1944c59e308152e0eb2a4268) changes - [`0c9619b`](https://github.com/langchain-ai/docs/commit/0c9619bcacdc9d3b3db7f047614ea8bf3dfb7988) next iteration - [`18092ca`](https://github.com/langchain-ai/docs/commit/18092caad44a0cc752db43a31ab2fe5054f5d243) no backwards compat - [`184eb63`](https://github.com/langchain-ai/docs/commit/184eb63a6634ca0463209fa7f7c0b2b5f4faec9a) another breakpoint - [`c667c5d`](https://github.com/langchain-ai/docs/commit/c667c5d9765872e9a4453a859f8975fe3eaaaf5a) boom ### 📊 Changes **8 files changed** (+738 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/core/builder.py` (+7 -3) 📝 `src/oss/langchain/middleware.mdx` (+7 -13) 📝 `src/oss/langgraph/use-functional-api.mdx` (+2 -2) ➕ `src/plugins/middleware_visualization/README.md` (+63 -0) ➕ `src/plugins/middleware_visualization/diagrams_js.js` (+1 -0) ➕ `src/plugins/middleware_visualization/diagrams_python.js` (+1 -0) ➕ `src/plugins/middleware_visualization/generate_middleware_diagrams.py` (+256 -0) ➕ `src/plugins/middleware_visualization/index.html` (+401 -0) </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-17 17:21:41 -05:00
yindo closed this issue 2026-02-17 17:21:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1081