[PR #2167] [MERGED] docs: add Amazon Bedrock AgentCore tools and memory integration #2189

Closed
opened 2026-02-17 17:23:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2167
Author: @sundargthb
Created: 1/9/2026
Status: Merged
Merged: 1/12/2026
Merged by: @mdrxy

Base: mainHead: feat/bedrock-agentcore-tools


📝 Commits (2)

  • d2dc048 docs: add Amazon Bedrock AgentCore tools and memory integration
  • 6bcc7b4 Add AgentCoreMemoryStore to aws.mdx Memory section

📊 Changes

4 files changed (+701 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/aws.mdx (+178 -0)
src/oss/python/integrations/tools/bedrock_agentcore_browser.mdx (+271 -0)
src/oss/python/integrations/tools/bedrock_agentcore_code_interpreter.mdx (+248 -0)
📝 src/oss/python/integrations/tools/index.mdx (+4 -0)

📄 Description

  • Add Code Interpreter toolkit documentation
  • Add Browser toolkit documentation
  • Update AWS provider page with AgentCore Tools, Memory, and Runtime sections
  • Update tools index with new entries

Overview

This PR adds documentation for Amazon Bedrock AgentCore integrations in langchain-aws, including:

Code Interpreter Toolkit: Execute Python, JavaScript, and TypeScript code in secure AWS sandbox environments
Browser Toolkit: Web automation via managed Chrome browser with navigation, content extraction, and interaction capabilities

These tools integrate with LangChain agents via thread-aware session management, enabling concurrent multi-user scenarios.

Type of change

Type: New documentation page

Related issues/PRs

Related package: langchain-aws
AWS Documentation: Amazon Bedrock AgentCore

Changes

New Files

File Description
src/oss/python/integrations/tools/bedrock_agentcore_code_interpreter.mdx Code Interpreter toolkit documentation
src/oss/python/integrations/tools/bedrock_agentcore_browser.mdx Browser toolkit documentation

Modified Files

File Changes
src/oss/python/integrations/tools/index.mdx Added table entries for Code Interpreter and Web Browsing sections; added Cards
src/oss/python/integrations/providers/aws.mdx Added AgentCore Tools, Memory, and Runtime sections

Packages Referenced

Package PyPI Purpose
langchain-aws Link Browser & Code Interpreter toolkits
bedrock-agentcore Link AgentCore SDK (required dependency)
langgraph-checkpoint-aws Link Memory checkpointer for LangGraph

Checklist

[x] Followed the documentation contributing guide
[x] Used .mdx format for new pages
[x] Tested locally with make build
[x] Verified links with make mint-broken-links
[x] Code examples are accurate and match the actual langchain-aws implementation


🔄 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/2167 **Author:** [@sundargthb](https://github.com/sundargthb) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `feat/bedrock-agentcore-tools` --- ### 📝 Commits (2) - [`d2dc048`](https://github.com/langchain-ai/docs/commit/d2dc0483bcd2b3d1a3a64017b5689b074665ea73) docs: add Amazon Bedrock AgentCore tools and memory integration - [`6bcc7b4`](https://github.com/langchain-ai/docs/commit/6bcc7b4ced09b53b6078b4baac896811ee118e04) Add AgentCoreMemoryStore to aws.mdx Memory section ### 📊 Changes **4 files changed** (+701 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/aws.mdx` (+178 -0) ➕ `src/oss/python/integrations/tools/bedrock_agentcore_browser.mdx` (+271 -0) ➕ `src/oss/python/integrations/tools/bedrock_agentcore_code_interpreter.mdx` (+248 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+4 -0) </details> ### 📄 Description - Add Code Interpreter toolkit documentation - Add Browser toolkit documentation - Update AWS provider page with AgentCore Tools, Memory, and Runtime sections - Update tools index with new entries ## Overview This PR adds documentation for Amazon Bedrock AgentCore integrations in `langchain-aws`, including: **Code Interpreter Toolkit**: Execute Python, JavaScript, and TypeScript code in secure AWS sandbox environments **Browser Toolkit**: Web automation via managed Chrome browser with navigation, content extraction, and interaction capabilities These tools integrate with LangChain agents via thread-aware session management, enabling concurrent multi-user scenarios. ## Type of change **Type:** New documentation page ## Related issues/PRs Related package: [langchain-aws](https://github.com/langchain-ai/langchain-aws) AWS Documentation: [Amazon Bedrock AgentCore](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/what-is-bedrock-agentcore.html) ## Changes ### New Files | File | Description | |------|-------------| | `src/oss/python/integrations/tools/bedrock_agentcore_code_interpreter.mdx` | Code Interpreter toolkit documentation | | `src/oss/python/integrations/tools/bedrock_agentcore_browser.mdx` | Browser toolkit documentation | ### Modified Files | File | Changes | |------|---------| | `src/oss/python/integrations/tools/index.mdx` | Added table entries for Code Interpreter and Web Browsing sections; added Cards | | `src/oss/python/integrations/providers/aws.mdx` | Added AgentCore Tools, Memory, and Runtime sections | ## Packages Referenced | Package | PyPI | Purpose | |---------|------|---------| | `langchain-aws` | [Link](https://pypi.org/project/langchain-aws/) | Browser & Code Interpreter toolkits | | `bedrock-agentcore` | [Link](https://pypi.org/project/bedrock-agentcore/) | AgentCore SDK (required dependency) | | `langgraph-checkpoint-aws` | [Link](https://pypi.org/project/langgraph-checkpoint-aws/) | Memory checkpointer for LangGraph | ## Checklist [x] Followed the [documentation contributing guide](https://docs.langchain.com/oss/python/contributing/documentation) [x] Used `.mdx` format for new pages [x] Tested locally with make build [x] Verified links with make mint-broken-links [x] Code examples are accurate and match the actual `langchain-aws` implementation --- <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-02-17 17:23:09 -05:00
yindo closed this issue 2026-02-17 17:23:09 -05:00
yindo changed title from [PR #2167] docs: add Amazon Bedrock AgentCore tools and memory integration to [PR #2167] [MERGED] docs: add Amazon Bedrock AgentCore tools and memory integration 2026-06-05 18:17:08 -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#2189