[PR #860] [MERGED] revert interactive diagram #1085

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/860
Author: @sydney-runkle
Created: 10/13/2025
Status: Merged
Merged: 10/13/2025
Merged by: @sydney-runkle

Base: mainHead: sr/revert-interactive


📝 Commits (3)

📊 Changes

9 files changed (+17 additions, -748 deletions)

View changed files

📝 pipeline/core/builder.py (+3 -7)
📝 pyproject.toml (+1 -8)
📝 src/oss/langchain/middleware.mdx (+13 -7)
src/plugins/middleware_visualization/README.md (+0 -63)
src/plugins/middleware_visualization/diagrams_js.js (+0 -1)
src/plugins/middleware_visualization/diagrams_python.js (+0 -1)
src/plugins/middleware_visualization/generate_middleware_diagrams.py (+0 -259)
src/plugins/middleware_visualization/index.html (+0 -401)
📝 tests/unit_tests/test_builder.py (+0 -1)

📄 Description

not rendering properly live at the moment, going to revert for now and can debug later


🔄 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/860 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `sr/revert-interactive` --- ### 📝 Commits (3) - [`f012970`](https://github.com/langchain-ai/docs/commit/f0129704abd534fd1fab60a42346c44ac332323e) Revert "feat: use new interactive HTML application for middleware (#853)" - [`dc5c313`](https://github.com/langchain-ai/docs/commit/dc5c313daf2ff7a7037d68709d95acac5801f2c1) del images - [`92457b0`](https://github.com/langchain-ai/docs/commit/92457b038d97f0b5635c61070839d9edb637094f) fixes ### 📊 Changes **9 files changed** (+17 additions, -748 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/core/builder.py` (+3 -7) 📝 `pyproject.toml` (+1 -8) 📝 `src/oss/langchain/middleware.mdx` (+13 -7) ➖ `src/plugins/middleware_visualization/README.md` (+0 -63) ➖ `src/plugins/middleware_visualization/diagrams_js.js` (+0 -1) ➖ `src/plugins/middleware_visualization/diagrams_python.js` (+0 -1) ➖ `src/plugins/middleware_visualization/generate_middleware_diagrams.py` (+0 -259) ➖ `src/plugins/middleware_visualization/index.html` (+0 -401) 📝 `tests/unit_tests/test_builder.py` (+0 -1) </details> ### 📄 Description not rendering properly live at the moment, going to revert for now and can debug later --- <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#1085