[PR #2799] docs: add proxy, extensions, and profile configuration for browser toolkit #2896

Open
opened 2026-06-05 18:20:20 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2799
Author: @kevin-orellana
Created: 2/24/2026
Status: 🔄 Open

Base: mainHead: docs/browser-proxy-extensions-profile


📝 Commits (1)

  • 7e95f97 docs: add proxy, extensions, and profile configuration for browser toolkit

📊 Changes

1 file changed (+110 additions, -1 deletions)

View changed files

📝 src/oss/python/integrations/tools/bedrock_agentcore_browser.mdx (+110 -1)

📄 Description

Depends on langchain-ai/langchain-aws#897 — must be merged first, as the docs reference parameters that don't exist in the current released langchain-aws package.

Add documentation for three new create_browser_toolkit() parameters introduced in langchain-ai/langchain-aws#897:

  • Proxy configuration — route browser traffic through external proxies
  • Browser extensions — load browser extensions from S3
  • Browser profiles — persist browser state across sessions

Type of change

Type: Documentation update (existing page)

Related issues/PRs

  • langchain-ai/langchain-aws#897 (adds proxy_configuration, extensions, profile_configuration to create_browser_toolkit())
  • #2167 (original PR that created the browser docs page)

Changes

Modified Files

File Changes
src/oss/python/integrations/tools/bedrock_agentcore_browser.mdx Added proxy, extensions, profile, and combined-usage sections; updated instantiation and API reference sections

Checklist

  • Used .mdx format
  • Code examples match the actual langchain-aws implementation (verified against PR #897 diff)
  • Code examples integration-tested against live StartBrowserSession API
  • Links to AWS documentation are included for each feature

This PR was developed with assistance from an AI coding agent (Claude Code).


🔄 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/2799 **Author:** [@kevin-orellana](https://github.com/kevin-orellana) **Created:** 2/24/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/browser-proxy-extensions-profile` --- ### 📝 Commits (1) - [`7e95f97`](https://github.com/langchain-ai/docs/commit/7e95f97c559ea6a62d182b222d905b04c0eee511) docs: add proxy, extensions, and profile configuration for browser toolkit ### 📊 Changes **1 file changed** (+110 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/tools/bedrock_agentcore_browser.mdx` (+110 -1) </details> ### 📄 Description > **Depends on [langchain-ai/langchain-aws#897](https://github.com/langchain-ai/langchain-aws/pull/897)** — must be merged first, as the docs reference parameters that don't exist in the current released `langchain-aws` package. Add documentation for three new `create_browser_toolkit()` parameters introduced in [langchain-ai/langchain-aws#897](https://github.com/langchain-ai/langchain-aws/pull/897): - **Proxy configuration** — route browser traffic through external proxies - **Browser extensions** — load browser extensions from S3 - **Browser profiles** — persist browser state across sessions ## Type of change **Type:** Documentation update (existing page) ## Related issues/PRs - langchain-ai/langchain-aws#897 (adds `proxy_configuration`, `extensions`, `profile_configuration` to `create_browser_toolkit()`) - #2167 (original PR that created the browser docs page) ## Changes ### Modified Files | File | Changes | |------|---------| | `src/oss/python/integrations/tools/bedrock_agentcore_browser.mdx` | Added proxy, extensions, profile, and combined-usage sections; updated instantiation and API reference sections | ## Checklist - [x] Used `.mdx` format - [x] Code examples match the actual `langchain-aws` implementation (verified against PR #897 diff) - [x] Code examples integration-tested against live StartBrowserSession API - [x] Links to AWS documentation are included for each feature > This PR was developed with assistance from an AI coding agent (Claude Code). --- <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:20:20 -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#2896