[PR #3141] [CLOSED] merge langchain and deepagents tabs #3215

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3141
Author: @npentrel
Created: 3/16/2026
Status: Closed

Base: mainHead: merge-deepagents-langchain-manual


📝 Commits (3)

📊 Changes

133 files changed (+2377 additions, -1284 deletions)

View changed files

📝 .github/vale/styles/LangChain/Terminology.yml (+4 -3)
📝 src/docs.json (+71 -86)
📝 src/index.mdx (+3 -3)
📝 src/langsmith/generative-ui-react.mdx (+1 -1)
📝 src/langsmith/integrations.mdx (+1 -1)
📝 src/langsmith/trace-deep-agents.mdx (+1 -1)
📝 src/oss/concepts/products.mdx (+4 -4)
📝 src/oss/contributing/implement-langchain.mdx (+1 -1)
📝 src/oss/deepagents/changelog-js.mdx (+1 -1)
📝 src/oss/deepagents/changelog-py.mdx (+1 -1)
📝 src/oss/deepagents/cli/overview.mdx (+1 -1)
📝 src/oss/deepagents/comparison.mdx (+3 -3)
📝 src/oss/deepagents/customization.mdx (+2 -2)
src/oss/deepagents/overview.mdx (+0 -173)
src/oss/deepagents/quickstart.mdx (+0 -387)
📝 src/oss/deepagents/streaming.mdx (+2 -2)
📝 src/oss/javascript/integrations/callbacks/datadog_tracer.mdx (+1 -1)
📝 src/oss/javascript/integrations/callbacks/upstash_ratelimit_callback.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/alibaba_tongyi.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/baidu_qianfan.mdx (+1 -1)

...and 80 more files

📄 Description

I've put together a draft for merging deepagents and langchain tabs for us to discuss:

  • It merges the getting started and frontend sections.
  • The components sections also need merging but I think it would be best to do that in a follow on PR

This will reduce duplication of concept explanation and better convey that deep agents are essentially a better starting point than agents because the comparison is right there.

https://langchain-5e9cc07a-preview-merged-1773673439-f47cb10.mintlify.app/oss/python/langchain/overview

I'd like review of the quickstart especially to confirm these are good examples to use to show off both langchain and deep agents.


🔄 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/3141 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 3/16/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `merge-deepagents-langchain-manual` --- ### 📝 Commits (3) - [`5386298`](https://github.com/langchain-ai/docs/commit/5386298c32f8147a056fcfe46e39ba451dc1dad4) v1 - [`cd326bc`](https://github.com/langchain-ai/docs/commit/cd326bc6f25ff38ebb57a9a67e958932e28280cc) Fix links - [`4a0b26d`](https://github.com/langchain-ai/docs/commit/4a0b26db1e91d9e658c5b41ced1243840e486233) lint ### 📊 Changes **133 files changed** (+2377 additions, -1284 deletions) <details> <summary>View changed files</summary> 📝 `.github/vale/styles/LangChain/Terminology.yml` (+4 -3) 📝 `src/docs.json` (+71 -86) 📝 `src/index.mdx` (+3 -3) 📝 `src/langsmith/generative-ui-react.mdx` (+1 -1) 📝 `src/langsmith/integrations.mdx` (+1 -1) 📝 `src/langsmith/trace-deep-agents.mdx` (+1 -1) 📝 `src/oss/concepts/products.mdx` (+4 -4) 📝 `src/oss/contributing/implement-langchain.mdx` (+1 -1) 📝 `src/oss/deepagents/changelog-js.mdx` (+1 -1) 📝 `src/oss/deepagents/changelog-py.mdx` (+1 -1) 📝 `src/oss/deepagents/cli/overview.mdx` (+1 -1) 📝 `src/oss/deepagents/comparison.mdx` (+3 -3) 📝 `src/oss/deepagents/customization.mdx` (+2 -2) ➖ `src/oss/deepagents/overview.mdx` (+0 -173) ➖ `src/oss/deepagents/quickstart.mdx` (+0 -387) 📝 `src/oss/deepagents/streaming.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/callbacks/datadog_tracer.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/callbacks/upstash_ratelimit_callback.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/alibaba_tongyi.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/baidu_qianfan.mdx` (+1 -1) _...and 80 more files_ </details> ### 📄 Description I've put together a draft for merging deepagents and langchain tabs for us to discuss: - It merges the getting started and frontend sections. - The components sections also need merging but I think it would be best to do that in a follow on PR This will reduce duplication of concept explanation and better convey that deep agents are essentially a better starting point than agents because the comparison is right there. https://langchain-5e9cc07a-preview-merged-1773673439-f47cb10.mintlify.app/oss/python/langchain/overview I'd like review of the quickstart especially to confirm these are good examples to use to show off both langchain and deep agents. --- <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:21:27 -04:00
yindo closed this issue 2026-06-05 18:21:27 -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#3215