[PR #844] [MERGED] new middleware page #1073

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

📋 Pull Request Information

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

Base: mainHead: sr/saturday-middleware


📝 Commits (5)

📊 Changes

4 files changed (+803 additions, -156 deletions)

View changed files

src/oss/images/core_agent_loop.png (+0 -0)
📝 src/oss/images/middleware_final.png (+0 -0)
📝 src/oss/langchain/middleware.mdx (+782 -154)
📝 src/oss/python/releases/langchain-v1.mdx (+21 -2)

📄 Description

revamped with

  • all prebuilt middlewares
  • revamped conceptual docs

typescript code snippets needing review


🔄 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/844 **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:** `main` ← **Head:** `sr/saturday-middleware` --- ### 📝 Commits (5) - [`0b81a21`](https://github.com/langchain-ai/docs/commit/0b81a210f2a2f295008c12cc13f526970c2e1b29) first round of middleware improvements - [`9db06b6`](https://github.com/langchain-ai/docs/commit/9db06b62c4e624142dceb54957780e6238998735) adding initial examples - [`5bb4c1a`](https://github.com/langchain-ai/docs/commit/5bb4c1a1f81467f5f9f4b8edb90bb9e79993599a) Update src/oss/langchain/middleware.mdx - [`a8ca6e4`](https://github.com/langchain-ai/docs/commit/a8ca6e49cabb386ff9f402fe418328ba2a0aa594) configuration options - [`4b95d86`](https://github.com/langchain-ai/docs/commit/4b95d86f3a9d0805b7a3532f434561995aa0268e) Merge branch 'sr/saturday-middleware' of https://github.com/langchain-ai/docs into sr/saturday-middleware ### 📊 Changes **4 files changed** (+803 additions, -156 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/images/core_agent_loop.png` (+0 -0) 📝 `src/oss/images/middleware_final.png` (+0 -0) 📝 `src/oss/langchain/middleware.mdx` (+782 -154) 📝 `src/oss/python/releases/langchain-v1.mdx` (+21 -2) </details> ### 📄 Description revamped with * all prebuilt middlewares * revamped conceptual docs typescript code snippets needing review --- <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:40 -05:00
yindo closed this issue 2026-02-17 17:21:40 -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#1073