[PR #1408] [MERGED] feat: new middleware docs #1543

Closed
opened 2026-02-17 17:22:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1408
Author: @sydney-runkle
Created: 11/13/2025
Status: Merged
Merged: 11/14/2025
Merged by: @lnhsingh

Base: mainHead: sr/docs-middleware


📝 Commits (10+)

📊 Changes

9 files changed (+1054 additions, -348 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+2 -0)
📝 reference/python/docs/integrations/langchain_anthropic/index.md (+8 -0)
reference/python/docs/integrations/langchain_anthropic/middleware.md (+73 -0)
📝 reference/python/docs/integrations/langchain_openai/index.md (+8 -0)
reference/python/docs/integrations/langchain_openai/middleware.md (+31 -0)
📝 reference/python/docs/langchain/middleware.md (+57 -66)
📝 reference/python/mkdocs.yml (+2 -0)
📝 src/oss/langchain/middleware/built-in.mdx (+869 -279)
📝 src/oss/langchain/middleware/custom.mdx (+4 -3)

📄 Description

Adding docs for all of:

  • file search
  • shell tool
  • openai content moderation
  • anthropic text editor
  • anthropic memory
  • anthropic bash

and other misc fixes to api refs, removing unhelpful "full examples" and hiding non-existent js middlewares


🔄 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/1408 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 11/13/2025 **Status:** ✅ Merged **Merged:** 11/14/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `sr/docs-middleware` --- ### 📝 Commits (10+) - [`1d7df0c`](https://github.com/langchain-ai/docs/commit/1d7df0c6b5e2dd4b0c746ab95592742d76940308) refs etc - [`f820bde`](https://github.com/langchain-ai/docs/commit/f820bde5fc958ab4095f172048be7b67613a27f2) remove prefixes - [`324c332`](https://github.com/langchain-ai/docs/commit/324c33268cbe57653862ac73a798ec0cfe29601b) ref improvements - [`d97cd66`](https://github.com/langchain-ai/docs/commit/d97cd667686d97041c8f14f294d8fbf9be0d847f) misc fixes - [`da8ed7a`](https://github.com/langchain-ai/docs/commit/da8ed7a4ceebf0814f613db7612382b653703376) more minimal surface - [`bdf58ca`](https://github.com/langchain-ai/docs/commit/bdf58ca1fc60da4fe0e2182513d6763d85cf720f) eugene feedback - [`873ff1d`](https://github.com/langchain-ai/docs/commit/873ff1dd24990c31396af58dc5045bfe8e2b9cf9) fixes - [`4d3a219`](https://github.com/langchain-ai/docs/commit/4d3a2195c2f3e0bcd53780e736737ce49a097e03) Merge branch 'main' into sr/docs-middleware - [`b1cd423`](https://github.com/langchain-ai/docs/commit/b1cd42342633cc3b828f929a3073384b3629f61a) boom, note - [`cbd4694`](https://github.com/langchain-ai/docs/commit/cbd4694296b30d664d0ebaf61035ce83fec54db6) Merge branch 'sr/docs-middleware' of https://github.com/langchain-ai/docs into sr/docs-middleware ### 📊 Changes **9 files changed** (+1054 additions, -348 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+2 -0) 📝 `reference/python/docs/integrations/langchain_anthropic/index.md` (+8 -0) ➕ `reference/python/docs/integrations/langchain_anthropic/middleware.md` (+73 -0) 📝 `reference/python/docs/integrations/langchain_openai/index.md` (+8 -0) ➕ `reference/python/docs/integrations/langchain_openai/middleware.md` (+31 -0) 📝 `reference/python/docs/langchain/middleware.md` (+57 -66) 📝 `reference/python/mkdocs.yml` (+2 -0) 📝 `src/oss/langchain/middleware/built-in.mdx` (+869 -279) 📝 `src/oss/langchain/middleware/custom.mdx` (+4 -3) </details> ### 📄 Description Adding docs for all of: * file search * shell tool * openai content moderation * anthropic text editor * anthropic memory * anthropic bash and other misc fixes to api refs, removing unhelpful "full examples" and hiding non-existent js middlewares --- <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:22:28 -05:00
yindo closed this issue 2026-02-17 17:22:28 -05:00
yindo changed title from [PR #1408] feat: new middleware docs to [PR #1408] [MERGED] feat: new middleware docs 2026-06-05 18:13:34 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1543