[PR #3318] [MERGED] feat: add contributing docs for middleware integrations #3374

Closed
opened 2026-06-05 18:22:53 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3318
Author: @npentrel
Created: 3/26/2026
Status: Merged
Merged: 3/31/2026
Merged by: @npentrel

Base: mainHead: open-swe/818b1700-4e57-1bb4-01c1-ae438a224db3


📝 Commits (10+)

📊 Changes

13 files changed (+556 additions, -12 deletions)

View changed files

📝 src/oss/contributing/implement-langchain.mdx (+40 -1)
📝 src/oss/contributing/integrations-langchain.mdx (+1 -0)
📝 src/oss/contributing/publish-langchain.mdx (+1 -0)
src/oss/javascript/integrations/middleware/aws.mdx (+26 -0)
📝 src/oss/langchain/middleware/custom.mdx (+47 -10)
src/oss/python/integrations/middleware/TEMPLATE.mdx (+126 -0)
📝 src/oss/python/integrations/tools/TEMPLATE.mdx (+1 -1)
src/snippets/code-samples/content-builder-create-agent-js.mdx (+22 -0)
src/snippets/code-samples/content-builder-create-agent-py.mdx (+15 -0)
src/snippets/code-samples/content-builder-entry-point-js.mdx (+16 -0)
src/snippets/code-samples/content-builder-entry-point-py.mdx (+22 -0)
src/snippets/code-samples/content-builder-tools-js.mdx (+110 -0)
src/snippets/code-samples/content-builder-tools-py.mdx (+129 -0)

📄 Description

https://langchain-5e9cc07a-preview-opensw-1774858546-a100bff.mintlify.app/oss/python/contributing/integrations-langchain


🔄 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/3318 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 3/26/2026 **Status:** ✅ Merged **Merged:** 3/31/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/818b1700-4e57-1bb4-01c1-ae438a224db3` --- ### 📝 Commits (10+) - [`9c8fe85`](https://github.com/langchain-ai/docs/commit/9c8fe853c093f8b2b941ce6b68b099c4b8514336) feat: add contributing docs for middleware integrations - [`9ab4f3b`](https://github.com/langchain-ai/docs/commit/9ab4f3b9aacc3567b871fc4bc3e2dbf5b8499c64) update - [`6513cf7`](https://github.com/langchain-ai/docs/commit/6513cf7e201e6be312a6c5b9637a029ef70dc6fc) merge into existing custom guide - [`911a3ed`](https://github.com/langchain-ai/docs/commit/911a3ed38776f63e8e1dd0837daf60e27fcf5d16) update - [`ba5df9b`](https://github.com/langchain-ai/docs/commit/ba5df9b88fd2d01240e53c2408bbeb1babcfad6b) Update - [`c790e82`](https://github.com/langchain-ai/docs/commit/c790e8251c5459eec7d318816572de129323785f) fix link - [`024cb38`](https://github.com/langchain-ai/docs/commit/024cb380df8e86a4aab5864a2bf3246e70504fd5) remove line - [`de23d76`](https://github.com/langchain-ai/docs/commit/de23d76a72213589dd53a05f9b38385f57e3b5a0) . - [`01b6f09`](https://github.com/langchain-ai/docs/commit/01b6f09edc1d99f94800f057899181311609731d) address feedback - [`d5ee5ab`](https://github.com/langchain-ai/docs/commit/d5ee5abb5858c33f79e32a8fcb58ea6c530bb76d) Apply suggestions from code review ### 📊 Changes **13 files changed** (+556 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/contributing/implement-langchain.mdx` (+40 -1) 📝 `src/oss/contributing/integrations-langchain.mdx` (+1 -0) 📝 `src/oss/contributing/publish-langchain.mdx` (+1 -0) ➕ `src/oss/javascript/integrations/middleware/aws.mdx` (+26 -0) 📝 `src/oss/langchain/middleware/custom.mdx` (+47 -10) ➕ `src/oss/python/integrations/middleware/TEMPLATE.mdx` (+126 -0) 📝 `src/oss/python/integrations/tools/TEMPLATE.mdx` (+1 -1) ➕ `src/snippets/code-samples/content-builder-create-agent-js.mdx` (+22 -0) ➕ `src/snippets/code-samples/content-builder-create-agent-py.mdx` (+15 -0) ➕ `src/snippets/code-samples/content-builder-entry-point-js.mdx` (+16 -0) ➕ `src/snippets/code-samples/content-builder-entry-point-py.mdx` (+22 -0) ➕ `src/snippets/code-samples/content-builder-tools-js.mdx` (+110 -0) ➕ `src/snippets/code-samples/content-builder-tools-py.mdx` (+129 -0) </details> ### 📄 Description https://langchain-5e9cc07a-preview-opensw-1774858546-a100bff.mintlify.app/oss/python/contributing/integrations-langchain --- <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-06-05 18:22:53 -04:00
yindo closed this issue 2026-06-05 18:22:53 -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#3374