docs(deepagents): add forked subagents page - #5758
Open
Thushanth Bengre (thushanth-bengre-langchain) wants to merge 5 commits into
Open
docs(deepagents): add forked subagents page#5758Thushanth Bengre (thushanth-bengre-langchain) wants to merge 5 commits into
Thushanth Bengre (thushanth-bengre-langchain) wants to merge 5 commits into
Conversation
Contributor
|
Thanks for opening a docs PR, Thushanth Bengre (@thushanth-bengre-langchain)! When it's ready for review, please add the relevant reviewers:
|
Thushanth Bengre (thushanth-bengre-langchain)
requested a review
from Naomi Pentrel (npentrel)
August 28, 2026 22:59
Thushanth Bengre (thushanth-bengre-langchain)
requested review from
ccurme (ccurme) and
Hunter Lovell (hntrl)
August 28, 2026 23:00
Contributor
|
Mintlify preview branch generated: Site preview: https://langchain-5e9cc07a-preview-bengre-1788126811-6994ab4.mintlify.site Important Preview links may take a few minutes to start working while the deployment finishes. Changed documentation pages (preview deep links): |
Hunter Lovell (hntrl)
approved these changes
Aug 31, 2026
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
Adds a new "Forked subagents" page documenting
mode: "fork"— a declarative subagent spec (ForkedSubAgent) that inherits the parent's full conversation history and exact system prompt instead of a tool message. This feature previously had zero documentation in either language. Also adds a short teaser section to the existingsubagents.mdxpage linking out to the new one, and registers the page in nav for both Python and JS.Type of change
Type: New documentation page
Related issues/PRs
Checklist
docs devsrc/docs.jsonif neededAdditional notes
deepagents>=X.Yline yet (both source PRs still open); Will update once we release