[PR #390] [MERGED] middleware docs #701

Closed
opened 2026-02-17 17:20:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/390
Author: @sydney-runkle
Created: 9/5/2025
Status: Merged
Merged: 9/7/2025
Merged by: @lnhsingh

Base: mainHead: sr/middleware-docs


📝 Commits (10+)

  • e418201 basic middleware outline
  • c5216f5 anthropic prompt caching docs
  • 937682c docs(middleware): JS translations + Summarization and HITL docs (#400)
  • 76f0a13 more middleware updates
  • 704ef82 middleware examples for python
  • b65a7e6 more python snippets
  • b2691ca Merge branch 'main' into sr/middleware-docs
  • fa9087c Apply suggestions from code review
  • 91defcd Update src/oss/langchain-middleware.mdx
  • f704fbf style edits

📊 Changes

2 files changed (+880 additions, -2 deletions)

View changed files

📝 src/docs.json (+4 -2)
src/oss/langchain-middleware.mdx (+876 -0)

📄 Description

Adding docs on new middleware implementation for create_agent with @christian-bromann :)

Thanks @hwchase17 for initial impl in https://github.com/langchain-ai/docs/pull/296, plus @nfcampos for comments and feedback (which have been incorporated on this PR).


🔄 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/390 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 9/5/2025 **Status:** ✅ Merged **Merged:** 9/7/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `sr/middleware-docs` --- ### 📝 Commits (10+) - [`e418201`](https://github.com/langchain-ai/docs/commit/e41820175ff7fe2f403e7c915aec5b08bc94df65) basic middleware outline - [`c5216f5`](https://github.com/langchain-ai/docs/commit/c5216f5e55157e75df1f40837fa63fd0ecc3e569) anthropic prompt caching docs - [`937682c`](https://github.com/langchain-ai/docs/commit/937682c7f94cec46a10a5c6b190919fdd8a20ecc) docs(middleware): JS translations + Summarization and HITL docs (#400) - [`76f0a13`](https://github.com/langchain-ai/docs/commit/76f0a138c99f96dfcd45784097ef9333c733b32d) more middleware updates - [`704ef82`](https://github.com/langchain-ai/docs/commit/704ef822c880a9c227939c4d0b4df7567857cad1) middleware examples for python - [`b65a7e6`](https://github.com/langchain-ai/docs/commit/b65a7e6c04135612e0fc54de8f927e85eae32191) more python snippets - [`b2691ca`](https://github.com/langchain-ai/docs/commit/b2691ca95d89333b0b5d01c2b9388d9fc47ba4df) Merge branch 'main' into sr/middleware-docs - [`fa9087c`](https://github.com/langchain-ai/docs/commit/fa9087c30d0fa6ba53d98713ac75b2b6e817f81d) Apply suggestions from code review - [`91defcd`](https://github.com/langchain-ai/docs/commit/91defcdd3626e7ed98c917dc9dcded0c383f1ea7) Update src/oss/langchain-middleware.mdx - [`f704fbf`](https://github.com/langchain-ai/docs/commit/f704fbf81c645ea9f02ab0acb05b28519ddc8c82) style edits ### 📊 Changes **2 files changed** (+880 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+4 -2) ➕ `src/oss/langchain-middleware.mdx` (+876 -0) </details> ### 📄 Description Adding docs on new `middleware` implementation for `create_agent` with @christian-bromann :) Thanks @hwchase17 for initial impl in https://github.com/langchain-ai/docs/pull/296, plus @nfcampos for comments and feedback (which have been incorporated on this PR). --- <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:20:57 -05:00
yindo closed this issue 2026-02-17 17:20:57 -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#701