[PR #4031] [MERGED] docs(managed-deep-agents): preview-docs pass + production path shift #4037

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4031
Author: @victorm-lc
Created: 5/15/2026
Status: Merged
Merged: 5/18/2026
Merged by: @victorm-lc

Base: mainHead: vic/mda-api-ops-cleanup


📝 Commits (1)

  • 6acd94e docs(managed-deep-agents): expand preview docs and shift production path

📊 Changes

6 files changed (+241 additions, -41 deletions)

View changed files

📝 src/langsmith/deploy-managed-deep-agent.mdx (+84 -3)
📝 src/langsmith/managed-deep-agents-api.mdx (+7 -1)
📝 src/langsmith/managed-deep-agents-openapi.json (+140 -13)
📝 src/oss/deepagents/code/overview.mdx (+1 -1)
📝 src/oss/deepagents/deploy/overview.mdx (+6 -6)
📝 src/oss/deepagents/going-to-production.mdx (+3 -17)

📄 Description

Overview

  • Managed Deep Agents preview docs. Closes the docs gaps from the preview review: new "Limits and notes" section (supported models, thread retention, rate limits, DELETE cascade, API stability, SDKs, support), response/error examples in the OpenAPI spec, tightened field descriptions (user_timezone, skip_memory_write_protection, interrupt_config key format, model_id), stream event shapes per stream_mode, trace navigation under the fleet project, and the agent file tree named as a Context Hub agent repo.
  • Production path shift. going-to-production.mdx now leads with Managed Deep Agents as the recommended path. deepagents/deploy.mdx is reframed from "Legacy CLI deploy" to "CLI deploy (beta)" with a Note that points to MDA without calling the CLI deprecated. Inline mentions throughout the production guide are marked as the beta CLI surface.

Checklist

  • I have read the contributing guidelines, including the language policy
  • 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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/4031 **Author:** [@victorm-lc](https://github.com/victorm-lc) **Created:** 5/15/2026 **Status:** ✅ Merged **Merged:** 5/18/2026 **Merged by:** [@victorm-lc](https://github.com/victorm-lc) **Base:** `main` ← **Head:** `vic/mda-api-ops-cleanup` --- ### 📝 Commits (1) - [`6acd94e`](https://github.com/langchain-ai/docs/commit/6acd94e5a2006cf0977ecbda7172b26cffc00df1) docs(managed-deep-agents): expand preview docs and shift production path ### 📊 Changes **6 files changed** (+241 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/deploy-managed-deep-agent.mdx` (+84 -3) 📝 `src/langsmith/managed-deep-agents-api.mdx` (+7 -1) 📝 `src/langsmith/managed-deep-agents-openapi.json` (+140 -13) 📝 `src/oss/deepagents/code/overview.mdx` (+1 -1) 📝 `src/oss/deepagents/deploy/overview.mdx` (+6 -6) 📝 `src/oss/deepagents/going-to-production.mdx` (+3 -17) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> - **Managed Deep Agents preview docs.** Closes the docs gaps from the preview review: new "Limits and notes" section (supported models, thread retention, rate limits, DELETE cascade, API stability, SDKs, support), response/error examples in the OpenAPI spec, tightened field descriptions (`user_timezone`, `skip_memory_write_protection`, `interrupt_config` key format, `model_id`), stream event shapes per `stream_mode`, trace navigation under the `fleet` project, and the agent file tree named as a Context Hub agent repo. - **Production path shift.** `going-to-production.mdx` now leads with Managed Deep Agents as the recommended path. `deepagents/deploy.mdx` is reframed from "Legacy CLI deploy" to "CLI deploy (beta)" with a Note that points to MDA without calling the CLI deprecated. Inline mentions throughout the production guide are marked as the beta CLI surface. <!-- For LangChain employees, if applicable: --> - Linear issue: https://linear.app/langchain/issue/DOC-1119/thorough-docs-review-of-managed-deep-agents-private-preview-docs - Slack thread: https://langchain.slack.com/archives/C09M16GJNNP/p1778886311507949 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary 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 --> --- <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:53:58 -04:00
yindo closed this issue 2026-06-05 18:53:58 -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#4037