[PR #3727] [CLOSED] docs(deepagents): document explicit model and link from customization #3762

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3727
Author: @AdemBoukhris457
Created: 4/25/2026
Status: Closed

Base: mainHead: docs/deepagents-model-deprecation


📝 Commits (2)

  • f27e438 docs(deepagents): document explicit model requirement on models page
  • f2c8e6a docs(deepagents): link customization Model section to explicit-model docs

📊 Changes

2 files changed (+18 additions, -0 deletions)

View changed files

📝 src/oss/deepagents/customization.mdx (+4 -0)
📝 src/oss/deepagents/models.mdx (+14 -0)

📄 Description

Overview

Document that Python callers should always pass an explicit model to create_deep_agent: omitting model or passing model=None is deprecated (raises DeprecationWarning), a future release will drop None from the type, and the current fallback is ChatAnthropic with claude-sonnet-4-6. Add a short JavaScript reminder to always pass model to createDeepAgent. Add a Note under Customize Deep Agents → Model that links to the models page for the full wording.

Type of change

Type: Update existing documentation

Related issues/PRs

  • GitHub issue: closes #3726

  • Feature PR:

  • Linear issue:

  • Slack thread:

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

🔄 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/3727 **Author:** [@AdemBoukhris457](https://github.com/AdemBoukhris457) **Created:** 4/25/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs/deepagents-model-deprecation` --- ### 📝 Commits (2) - [`f27e438`](https://github.com/langchain-ai/docs/commit/f27e438f4a8789ae2adf3435a9edc50fcf68a894) docs(deepagents): document explicit model requirement on models page - [`f2c8e6a`](https://github.com/langchain-ai/docs/commit/f2c8e6a139cd3db5f1b4eda8eb36b41f3847b1b4) docs(deepagents): link customization Model section to explicit-model docs ### 📊 Changes **2 files changed** (+18 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/customization.mdx` (+4 -0) 📝 `src/oss/deepagents/models.mdx` (+14 -0) </details> ### 📄 Description ## Overview Document that Python callers should always pass an explicit `model` to `create_deep_agent`: omitting `model` or passing `model=None` is deprecated (raises `DeprecationWarning`), a future release will drop `None` from the type, and the current fallback is `ChatAnthropic` with `claude-sonnet-4-6`. Add a short JavaScript reminder to always pass `model` to `createDeepAgent`. Add a Note under Customize Deep Agents → Model that links to the models page for the full wording. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - GitHub issue: closes #3726 - Feature PR: - Linear issue: - Slack thread: ## Checklist - [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 --- <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:03 -04:00
yindo closed this issue 2026-06-05 18:53:03 -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#3762