[PR #3740] [MERGED] docs(browserbase): add Deep Agents integration section #3763

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3740
Author: @Kylejeong2
Created: 4/25/2026
Status: Merged
Merged: 4/29/2026
Merged by: @mdrxy

Base: mainHead: feat/browserbase-deepagents-docs


📝 Commits (3)

  • 30e02bb fix(browserbase): fix langchain_core import per CI check
  • b74473c chore(docs): update browserbase deepagents docs to link to the browserbase integrations repo
  • 3cf46b3 Merge branch 'main' into feat/browserbase-deepagents-docs

📊 Changes

1 file changed (+198 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/browserbase.mdx (+198 -0)

📄 Description

Summary

  • Adds a Deep Agents integration section to src/oss/python/integrations/providers/browserbase.mdx
  • Documents the four Browserbase tools (browserbase_search, browserbase_fetch, browserbase_rendered_extract, browserbase_interactive_task) and when to use each
  • Shows the browser-specialist subagent pattern that isolates expensive browser work from the main planner's context
  • Covers interrupt_on human-in-the-loop approval for stateful browser actions
  • Includes a decision tree for tool selection and links to the full runnable example in the deepagents repo

Test plan

  • Verify MDX renders correctly on the docs site (no broken links, code blocks display properly)
  • Check that the link to the deepagents repo example resolves

Related example: https://github.com/browserbase/integrations/tree/main/examples/integrations/langchain/deepagents-browserbase


🔄 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/3740 **Author:** [@Kylejeong2](https://github.com/Kylejeong2) **Created:** 4/25/2026 **Status:** ✅ Merged **Merged:** 4/29/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `feat/browserbase-deepagents-docs` --- ### 📝 Commits (3) - [`30e02bb`](https://github.com/langchain-ai/docs/commit/30e02bb7281bf8a6912134551f5c79f57e0d7a1c) fix(browserbase): fix langchain_core import per CI check - [`b74473c`](https://github.com/langchain-ai/docs/commit/b74473cdde339c17e3f99df0397ce0ee89a2bd15) chore(docs): update browserbase deepagents docs to link to the browserbase integrations repo - [`3cf46b3`](https://github.com/langchain-ai/docs/commit/3cf46b3b968b4e1143347fbeb72d3107de20e5d0) Merge branch 'main' into feat/browserbase-deepagents-docs ### 📊 Changes **1 file changed** (+198 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/browserbase.mdx` (+198 -0) </details> ### 📄 Description ## Summary - Adds a **Deep Agents integration** section to `src/oss/python/integrations/providers/browserbase.mdx` - Documents the four Browserbase tools (`browserbase_search`, `browserbase_fetch`, `browserbase_rendered_extract`, `browserbase_interactive_task`) and when to use each - Shows the `browser-specialist` subagent pattern that isolates expensive browser work from the main planner's context - Covers `interrupt_on` human-in-the-loop approval for stateful browser actions - Includes a decision tree for tool selection and links to the full runnable example in the deepagents repo ## Test plan - [x] Verify MDX renders correctly on the docs site (no broken links, code blocks display properly) - [x] Check that the link to the deepagents repo example resolves Related example: https://github.com/browserbase/integrations/tree/main/examples/integrations/langchain/deepagents-browserbase --- <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:04 -04:00
yindo closed this issue 2026-06-05 18:53:04 -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#3763