[PR #3575] [MERGED] deepagents: update default model #3616

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3575
Author: @ccurme
Created: 4/14/2026
Status: Merged
Merged: 4/14/2026
Merged by: @ccurme

Base: mainHead: cc/google


📝 Commits (6)

  • d5ff3db openai:gpt-5.4 -> google_genai:gemini-3.1-pro-preview
  • b782d31 add fake key for CI - why do we need this
  • 4d3a6b0 add chat model tabs to overview
  • 52bcb2a fixes
  • c00707e keep anthropic in CI
  • fd0d0a5 update missed references

📊 Changes

31 files changed (+297 additions, -167 deletions)

View changed files

📝 src/code-samples/deepagents/content-builder.py (+1 -1)
📝 src/langsmith/trace-deep-agents.mdx (+2 -2)
📝 src/oss/deepagents/acp.mdx (+1 -1)
📝 src/oss/deepagents/async-subagents.mdx (+4 -4)
📝 src/oss/deepagents/backends.mdx (+9 -9)
📝 src/oss/deepagents/context-engineering.mdx (+11 -11)
📝 src/oss/deepagents/customization.mdx (+10 -9)
📝 src/oss/deepagents/data-analysis.mdx (+1 -1)
📝 src/oss/deepagents/deploy.mdx (+5 -5)
📝 src/oss/deepagents/frontend/overview.mdx (+1 -1)
📝 src/oss/deepagents/frontend/sandbox.mdx (+4 -4)
📝 src/oss/deepagents/going-to-production.mdx (+13 -13)
📝 src/oss/deepagents/human-in-the-loop.mdx (+3 -3)
📝 src/oss/deepagents/memory.mdx (+7 -7)
📝 src/oss/deepagents/models.mdx (+19 -21)
📝 src/oss/deepagents/overview.mdx (+149 -19)
📝 src/oss/deepagents/quickstart.mdx (+12 -12)
📝 src/oss/deepagents/sandboxes.mdx (+2 -2)
📝 src/oss/deepagents/skills.mdx (+3 -3)
📝 src/oss/deepagents/streaming.mdx (+3 -3)

...and 11 more files

📄 Description

No description provided


🔄 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/3575 **Author:** [@ccurme](https://github.com/ccurme) **Created:** 4/14/2026 **Status:** ✅ Merged **Merged:** 4/14/2026 **Merged by:** [@ccurme](https://github.com/ccurme) **Base:** `main` ← **Head:** `cc/google` --- ### 📝 Commits (6) - [`d5ff3db`](https://github.com/langchain-ai/docs/commit/d5ff3db1708496e3af50283a136c643116e25176) openai:gpt-5.4 -> google_genai:gemini-3.1-pro-preview - [`b782d31`](https://github.com/langchain-ai/docs/commit/b782d312c13b64f6edd36a813976f5f94d30af4b) add fake key for CI - why do we need this - [`4d3a6b0`](https://github.com/langchain-ai/docs/commit/4d3a6b0e36f496b56605fac21f4df514d9d2d786) add chat model tabs to overview - [`52bcb2a`](https://github.com/langchain-ai/docs/commit/52bcb2abb6d7c0bf4aaf5a8a6ebf1a31148dc1c6) fixes - [`c00707e`](https://github.com/langchain-ai/docs/commit/c00707e1d6d2734c313fbb8dc760463dd00d7c0c) keep anthropic in CI - [`fd0d0a5`](https://github.com/langchain-ai/docs/commit/fd0d0a5a27fdfffd07fcee9976f596c760408f69) update missed references ### 📊 Changes **31 files changed** (+297 additions, -167 deletions) <details> <summary>View changed files</summary> 📝 `src/code-samples/deepagents/content-builder.py` (+1 -1) 📝 `src/langsmith/trace-deep-agents.mdx` (+2 -2) 📝 `src/oss/deepagents/acp.mdx` (+1 -1) 📝 `src/oss/deepagents/async-subagents.mdx` (+4 -4) 📝 `src/oss/deepagents/backends.mdx` (+9 -9) 📝 `src/oss/deepagents/context-engineering.mdx` (+11 -11) 📝 `src/oss/deepagents/customization.mdx` (+10 -9) 📝 `src/oss/deepagents/data-analysis.mdx` (+1 -1) 📝 `src/oss/deepagents/deploy.mdx` (+5 -5) 📝 `src/oss/deepagents/frontend/overview.mdx` (+1 -1) 📝 `src/oss/deepagents/frontend/sandbox.mdx` (+4 -4) 📝 `src/oss/deepagents/going-to-production.mdx` (+13 -13) 📝 `src/oss/deepagents/human-in-the-loop.mdx` (+3 -3) 📝 `src/oss/deepagents/memory.mdx` (+7 -7) 📝 `src/oss/deepagents/models.mdx` (+19 -21) 📝 `src/oss/deepagents/overview.mdx` (+149 -19) 📝 `src/oss/deepagents/quickstart.mdx` (+12 -12) 📝 `src/oss/deepagents/sandboxes.mdx` (+2 -2) 📝 `src/oss/deepagents/skills.mdx` (+3 -3) 📝 `src/oss/deepagents/streaming.mdx` (+3 -3) _...and 11 more files_ </details> ### 📄 Description _No description provided_ --- <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:41 -04:00
yindo closed this issue 2026-06-05 18:23:41 -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#3616