Skip to content

docs(deepagents): rename programmatic subagents to dynamic subagents#4607

Open
Hunter Lovell (hntrl) wants to merge 1 commit into
mainfrom
docs/dynamic-subagents-rename
Open

docs(deepagents): rename programmatic subagents to dynamic subagents#4607
Hunter Lovell (hntrl) wants to merge 1 commit into
mainfrom
docs/dynamic-subagents-rename

Conversation

@hntrl

Copy link
Copy Markdown
Member

Summary

Renames the Deep Agents "Programmatic subagents" page to "Dynamic subagents," adds a how-to-enable / quickstart section for dynamic subagents on the main Subagents page, and documents that phrasing a request as a "workflow" nudges the agent toward interpreter-driven orchestration.

Changes

src/oss/deepagents/dynamic-subagents.mdx (renamed from programmatic-subagents.mdx)

  • Retitled to "Dynamic subagents" and updated all in-page wording (intro, beta warning, "Disable dynamic subagents" section).
  • Added a "Trigger dynamic orchestration" section explaining that dispatch is implicit and that the interpreter system prompt strongly hints a "workflow" equates to organizing work through the interpreter via task(). Framed as a prompt-level hint, not an API parameter.

src/oss/deepagents/subagents.mdx

  • Added a "Dynamic subagents" section covering how to enable (install quickjs, add CodeInterpreterMiddleware), the subagents=False opt-out, version requirements, the "workflow" trigger guidance, and a link to the full Dynamic subagents page.

src/oss/deepagents/interpreters.mdx

  • Updated all cross-references (card, decision table, bridges bullet, section heading, "see also" link, and both config tables) from "Programmatic subagents" to "Dynamic subagents."

src/docs.json

  • Updated nav entries for Python and JavaScript to point to dynamic-subagents.
  • Added redirects from the old programmatic-subagents paths (Python + JS) to the new ones.

@github-actions

Copy link
Copy Markdown
Contributor

Thanks for opening a docs PR, Hunter Lovell (@hntrl)! When it's ready for review, please add the relevant reviewers:

  • @npentrel or @lnhsingh (Deep Agents)

@github-actions github-actions Bot added internal deepagents For docs changes to Deep Agents oss labels Jun 24, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Mintlify preview branch generated: preview-docsdy-1782337909-2539eb6

Site preview: https://langchain-5e9cc07a-preview-docsdy-1782337909-2539eb6.mintlify.app

Important

Preview links may take a few minutes to start working while the deployment finishes.

Changed documentation pages (preview deep links):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deepagents For docs changes to Deep Agents internal oss

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant