[PR #2504] [MERGED] fill in customization page #2494

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2504
Author: @npentrel
Created: 2/5/2026
Status: Merged
Merged: 2/6/2026
Merged by: @npentrel

Base: mainHead: naomi/doc-677-customization-harness-middleware-page-reorg-2


📝 Commits (5)

📊 Changes

12 files changed (+1119 additions, -382 deletions)

View changed files

📝 src/oss/deepagents/backends.mdx (+9 -106)
📝 src/oss/deepagents/customization.mdx (+237 -91)
📝 src/oss/deepagents/human-in-the-loop.mdx (+3 -88)
📝 src/oss/deepagents/subagents.mdx (+3 -97)
src/snippets/backend-composite.mdx (+36 -0)
src/snippets/backend-filesystem.mdx (+19 -0)
src/snippets/backend-state.mdx (+27 -0)
src/snippets/backend-store.mdx (+24 -0)
src/snippets/chat-model-tabs-da-js.mdx (+286 -0)
src/snippets/chat-model-tabs-da.mdx (+290 -0)
src/snippets/hitl-basic-config.mdx (+88 -0)
src/snippets/subagent-basic.mdx (+97 -0)

📄 Description

Decided to focus next on filling in the customization page. I left out structured ouput and context for now, will add that, possibly in a separate PR. We don't currently have info on it so we're not losing anything.

https://langchain-5e9cc07a-preview-naomid-1770324835-64a7eea.mintlify.app/oss/python/deepagents/customization


🔄 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/2504 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `naomi/doc-677-customization-harness-middleware-page-reorg-2` --- ### 📝 Commits (5) - [`0ef33db`](https://github.com/langchain-ai/docs/commit/0ef33dbe3c221660fee340ffdbb6b23efed4119e) fill in customization page - [`883c4bc`](https://github.com/langchain-ai/docs/commit/883c4bc19404f830e4f3255902f23cd9423c9071) Apply suggestion from @npentrel - [`5c803d9`](https://github.com/langchain-ai/docs/commit/5c803d9b68f4ac621e6e4660cd42ed9bb5dee156) Apply suggestion from @npentrel - [`911b52c`](https://github.com/langchain-ai/docs/commit/911b52c3a394845e7ae4c07461f9bb4b73371188) Address feedback - [`588149f`](https://github.com/langchain-ai/docs/commit/588149ffc65d556c56c8ca85821526fef7cfd705) update backends ### 📊 Changes **12 files changed** (+1119 additions, -382 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/backends.mdx` (+9 -106) 📝 `src/oss/deepagents/customization.mdx` (+237 -91) 📝 `src/oss/deepagents/human-in-the-loop.mdx` (+3 -88) 📝 `src/oss/deepagents/subagents.mdx` (+3 -97) ➕ `src/snippets/backend-composite.mdx` (+36 -0) ➕ `src/snippets/backend-filesystem.mdx` (+19 -0) ➕ `src/snippets/backend-state.mdx` (+27 -0) ➕ `src/snippets/backend-store.mdx` (+24 -0) ➕ `src/snippets/chat-model-tabs-da-js.mdx` (+286 -0) ➕ `src/snippets/chat-model-tabs-da.mdx` (+290 -0) ➕ `src/snippets/hitl-basic-config.mdx` (+88 -0) ➕ `src/snippets/subagent-basic.mdx` (+97 -0) </details> ### 📄 Description Decided to focus next on filling in the customization page. I left out structured ouput and context for now, will add that, possibly in a separate PR. We don't currently have info on it so we're not losing anything. https://langchain-5e9cc07a-preview-naomid-1770324835-64a7eea.mintlify.app/oss/python/deepagents/customization --- <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:23:28 -05:00
yindo closed this issue 2026-02-17 17:23:28 -05:00
yindo changed title from [PR #2504] fill in customization page to [PR #2504] [MERGED] fill in customization page 2026-06-05 18:18:52 -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#2494