[PR #853] [MERGED] feat: use new interactive HTML application for middleware #1084

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

Base: mainHead: sr/final-v1-cleanup


📝 Commits (5)

  • 5426911 remove old images
  • 5d58a40 Merge branch 'main' into sr/final-v1-cleanup
  • a99df39 Merge branch 'main' into sr/final-v1-cleanup
  • a905883 Change content highlights (#854)
  • c77bcff testing and linting

📊 Changes

26 files changed (+750 additions, -35 deletions)

View changed files

📝 pipeline/core/builder.py (+7 -3)
📝 pyproject.toml (+8 -1)
src/oss/images/0000.svg (+0 -1)
src/oss/images/0001.svg (+0 -1)
src/oss/images/0010.svg (+0 -1)
src/oss/images/0011.svg (+0 -1)
src/oss/images/0100.svg (+0 -1)
src/oss/images/0101.svg (+0 -1)
src/oss/images/0110.svg (+0 -1)
src/oss/images/0111.svg (+0 -1)
src/oss/images/1000.svg (+0 -1)
src/oss/images/1001.svg (+0 -1)
src/oss/images/1010.svg (+0 -1)
src/oss/images/1011.svg (+0 -1)
src/oss/images/1100.svg (+0 -1)
src/oss/images/1101.svg (+0 -1)
src/oss/images/1110.svg (+0 -1)
src/oss/images/1111.svg (+0 -1)
📝 src/oss/langchain/middleware.mdx (+7 -13)
📝 src/oss/langgraph/use-functional-api.mdx (+2 -2)

...and 6 more files

📄 Description

  • Remove old images no longer being used
  • Add new images in an auto-generated JSON file
  • add widget to middleware page demoing new middleware :)
  • auto generated mermaid diagrams confirm correct graph structure for middleware implementation
  • js and python implementations 🚀

https://github.com/user-attachments/assets/ab7a47cf-6dd3-4bbb-aa16-73cd3c231bea

Totally open to structural changes etc to this code, just wanted to get an initial example in


🔄 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/853 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 10/11/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `sr/final-v1-cleanup` --- ### 📝 Commits (5) - [`5426911`](https://github.com/langchain-ai/docs/commit/5426911e206558a6124bfcd1fb977781e6a6c8c1) remove old images - [`5d58a40`](https://github.com/langchain-ai/docs/commit/5d58a40871db093d628229e71f434b4e4e9d8dc7) Merge branch 'main' into sr/final-v1-cleanup - [`a99df39`](https://github.com/langchain-ai/docs/commit/a99df39a6d59c1046090024d4e8c89a2ef3a50cd) Merge branch 'main' into sr/final-v1-cleanup - [`a905883`](https://github.com/langchain-ai/docs/commit/a905883fe800ef759298ff855f479534d0228476) Change content highlights (#854) - [`c77bcff`](https://github.com/langchain-ai/docs/commit/c77bcffae217b726d3c09bbef7df6923583d9053) testing and linting ### 📊 Changes **26 files changed** (+750 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/core/builder.py` (+7 -3) 📝 `pyproject.toml` (+8 -1) ➖ `src/oss/images/0000.svg` (+0 -1) ➖ `src/oss/images/0001.svg` (+0 -1) ➖ `src/oss/images/0010.svg` (+0 -1) ➖ `src/oss/images/0011.svg` (+0 -1) ➖ `src/oss/images/0100.svg` (+0 -1) ➖ `src/oss/images/0101.svg` (+0 -1) ➖ `src/oss/images/0110.svg` (+0 -1) ➖ `src/oss/images/0111.svg` (+0 -1) ➖ `src/oss/images/1000.svg` (+0 -1) ➖ `src/oss/images/1001.svg` (+0 -1) ➖ `src/oss/images/1010.svg` (+0 -1) ➖ `src/oss/images/1011.svg` (+0 -1) ➖ `src/oss/images/1100.svg` (+0 -1) ➖ `src/oss/images/1101.svg` (+0 -1) ➖ `src/oss/images/1110.svg` (+0 -1) ➖ `src/oss/images/1111.svg` (+0 -1) 📝 `src/oss/langchain/middleware.mdx` (+7 -13) 📝 `src/oss/langgraph/use-functional-api.mdx` (+2 -2) _...and 6 more files_ </details> ### 📄 Description * Remove old images no longer being used * Add new images in an auto-generated JSON file * add widget to middleware page demoing new middleware :) * auto generated mermaid diagrams confirm correct graph structure for middleware implementation * js and python implementations 🚀 https://github.com/user-attachments/assets/ab7a47cf-6dd3-4bbb-aa16-73cd3c231bea Totally open to structural changes etc to this code, just wanted to get an initial example in --- <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#1084