remove labs docs#1144
Merged
Merged
Conversation
Lauren Hirata Singh (lnhsingh)
requested a review
from Kathryn May (katmayb)
as a code owner
October 27, 2025 17:23
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes all Labs documentation from the LangChain documentation site, as these products are no longer being surfaced in the official docs. The changes are comprehensive, removing three main product sections: Open SWE (a cloud-based coding agent), Open Agent Platform (OAP - a citizen developer platform), and Deep Agents (an agent architecture framework).
Key changes:
- Removal of all Open SWE documentation (setup guides, usage instructions, FAQ, and secrets management)
- Removal of all Open Agent Platform documentation (quickstart, setup guides, and custom agent configuration)
- Removal of Deep Agents documentation (overview, quickstart, configuration, and built-in components)
- Removal of the Labs index page that previously listed all three products
Reviewed Changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/labs/swe/*.mdx |
Removed all Open SWE documentation files covering UI usage, GitHub integration, PR tagging, custom rules, examples, and best practices |
src/labs/swe/setup/*.mdx |
Removed Open SWE setup documentation including development setup, authentication, monorepo structure, customization, and CI configuration |
src/labs/swe/index.mdx, src/labs/swe/faq.mdx, src/labs/swe/secrets.mdx |
Removed Open SWE introduction, FAQ, and secrets management documentation |
src/labs/oap/*.mdx |
Removed Open Agent Platform documentation including introduction, quickstart, and all setup guides |
src/labs/oap/custom-agents/*.mdx |
Removed OAP custom agent documentation covering overview and configuration |
src/labs/deep-agents/*.mdx |
Removed Deep Agents documentation including overview, quickstart, configuration options, and built-in components |
src/labs/index.mdx |
Removed the main Labs landing page that listed all products |
Collaborator
Author
|
Brace Sproul (@bracesproul) does anything need to be done in the OAP, etc. repos to stop the auto updates? |
Contributor
|
Preview ID generated: preview-remove-1761585861-467f9a6 |
Contributor
|
Preview ID generated: preview-remove-1761586209-f788a9b |
Lauren Hirata Singh (lnhsingh)
added a commit
that referenced
this pull request
Nov 20, 2025
## Overview - Remove Labs docs since we are not surfacing in official LangChain docs now ## Type of change **Type:** Remove old docs ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Type of change
Type: Remove old docs
Checklist
docs devsrc/docs.jsonif neededAdditional notes