[PR #3615] [MERGED] feat: add subagent documentation to deploy page #3653

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3615
Author: @open-swe[bot]
Created: 4/17/2026
Status: Merged
Merged: 4/17/2026
Merged by: @sydney-runkle

Base: mainHead: open-swe/798ef773-fad5-3ef2-b8af-50908c0fb65d


📝 Commits (5)

  • 0b25745 Add subagent documentation to the deploy page covering directory structure, configuration, inheritance, memory isolation, structured output, and validation rules.
  • 3044744 Apply suggestions from code review
  • 4d6ac1b Apply suggestions from code review
  • 3cd0396 Remove gotchas section from deploy page
  • f522a05 Remove all structured output / response_format mentions from deploy page

📊 Changes

2 files changed (+141 additions, -7 deletions)

View changed files

📝 src/oss/deepagents/deploy.mdx (+139 -7)
📝 src/oss/deepagents/subagents.mdx (+2 -0)

📄 Description

Description

Adds comprehensive subagent documentation to the "Deploy with the CLI" page based on the implementation in langchain-ai/deepagents#2786. Subagents are auto-discovered from a subagents/ directory and let the main agent delegate specialized tasks to isolated child agents with their own system prompts, skills, and MCP tools. By default, subagents inherit model and tools from the main agent but not skills.

Test Plan

  • Test in preview deployment

Opened collaboratively by Sydney Runkle and open-swe.


🔄 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/3615 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 4/17/2026 **Status:** ✅ Merged **Merged:** 4/17/2026 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `open-swe/798ef773-fad5-3ef2-b8af-50908c0fb65d` --- ### 📝 Commits (5) - [`0b25745`](https://github.com/langchain-ai/docs/commit/0b2574572e85cb8dfb20e4f9a6c2e9188e3c562e) Add subagent documentation to the deploy page covering directory structure, configuration, inheritance, memory isolation, structured output, and validation rules. - [`3044744`](https://github.com/langchain-ai/docs/commit/304474417b774db0d686a900f038a0174058b4d3) Apply suggestions from code review - [`4d6ac1b`](https://github.com/langchain-ai/docs/commit/4d6ac1b17f7deaa5b60f0ad96ec9ff70285c4e64) Apply suggestions from code review - [`3cd0396`](https://github.com/langchain-ai/docs/commit/3cd0396268f69b15e210ed249ff516fe91fc6110) Remove gotchas section from deploy page - [`f522a05`](https://github.com/langchain-ai/docs/commit/f522a05090831d687a24cf6e612f31e01ab572b4) Remove all structured output / response_format mentions from deploy page ### 📊 Changes **2 files changed** (+141 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/deploy.mdx` (+139 -7) 📝 `src/oss/deepagents/subagents.mdx` (+2 -0) </details> ### 📄 Description ## Description Adds comprehensive subagent documentation to the "Deploy with the CLI" page based on the implementation in langchain-ai/deepagents#2786. Subagents are auto-discovered from a `subagents/` directory and let the main agent delegate specialized tasks to isolated child agents with their own system prompts, skills, and MCP tools. By default, subagents inherit model and tools from the main agent but not skills. ## Test Plan - [ ] Test in preview deployment _Opened collaboratively by Sydney Runkle and open-swe._ --- <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:23:49 -04:00
yindo closed this issue 2026-06-05 18:23:49 -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#3653