[PR #3248] [MERGED] docs: add AgentCore Code Interpreter sandbox provider #3309

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3248
Author: @sundargthb
Created: 3/22/2026
Status: Merged
Merged: 3/23/2026
Merged by: @mdrxy

Base: mainHead: docs/add-agentcore-sandbox-provider


📝 Commits (3)

  • ef509a3 docs: add AgentCore Code Interpreter sandbox provider
  • 7f1f639 Apply suggestion from @mdrxy
  • 957c805 fix: indentation issues with sandboxes and data analysis page

📊 Changes

6 files changed (+198 additions, -5 deletions)

View changed files

src/images/providers/agentcore-icon.svg (+4 -0)
📝 src/oss/deepagents/cli/overview.mdx (+21 -3)
📝 src/oss/deepagents/data-analysis.mdx (+22 -1)
📝 src/oss/deepagents/sandboxes.mdx (+116 -1)
📝 src/oss/python/integrations/providers/aws.mdx (+34 -0)
📝 src/oss/python/integrations/sandboxes/index.mdx (+1 -0)

📄 Description

Overview

Adds documentation for the Amazon Bedrock AgentCore Code Interpreter sandbox provider (langchain-agentcore-codeinterpreter) across the docs site. AgentCore provides secure code execution in isolated MicroVM environments and is being added as a sandbox option alongside Daytona, Modal, and Runloop.

Type of change

Type: New documentation page / Update existing documentation

Related issues/PRs

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

Additional notes

Changes

  • New page: src/oss/python/integrations/providers/agentcore.mdx — provider page with installation, credentials, standalone usage, Deep Agents SDK usage, CLI usage, file operations, and session behavior
  • New asset: src/images/providers/agentcore-icon.svg — provider icon for card display
  • Sandboxes page (src/oss/deepagents/sandboxes.mdx): Added AgentCore tab to all Python tab groups (execute, upload_files, download_files, basic lifecycle) and added AgentCore card to Available providers
  • CLI overview (src/oss/deepagents/cli/overview.mdx): Added AgentCore tabs to sandbox install, credentials, and run steps

No docs.json changes needed — provider pages are not listed in nav individually (consistent with Daytona, Modal, Runloop pattern). All code examples verified against the live langchain-agentcore-codeinterpreter package. Build pipeline completes successfully; mintlify dev prebuild failure is pre-existing on main.

AI agents assisted with content generation for this contribution.


🔄 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/3248 **Author:** [@sundargthb](https://github.com/sundargthb) **Created:** 3/22/2026 **Status:** ✅ Merged **Merged:** 3/23/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `docs/add-agentcore-sandbox-provider` --- ### 📝 Commits (3) - [`ef509a3`](https://github.com/langchain-ai/docs/commit/ef509a315455353063530b67c3e0266862c6bcce) docs: add AgentCore Code Interpreter sandbox provider - [`7f1f639`](https://github.com/langchain-ai/docs/commit/7f1f63975a6c367a8735b817e73174ac14e57974) Apply suggestion from @mdrxy - [`957c805`](https://github.com/langchain-ai/docs/commit/957c805f0fb5576b0a3a04508e23ef0fbdf274bf) fix: indentation issues with sandboxes and data analysis page ### 📊 Changes **6 files changed** (+198 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `src/images/providers/agentcore-icon.svg` (+4 -0) 📝 `src/oss/deepagents/cli/overview.mdx` (+21 -3) 📝 `src/oss/deepagents/data-analysis.mdx` (+22 -1) 📝 `src/oss/deepagents/sandboxes.mdx` (+116 -1) 📝 `src/oss/python/integrations/providers/aws.mdx` (+34 -0) 📝 `src/oss/python/integrations/sandboxes/index.mdx` (+1 -0) </details> ### 📄 Description ## Overview Adds documentation for the Amazon Bedrock AgentCore Code Interpreter sandbox provider (`langchain-agentcore-codeinterpreter`) across the docs site. AgentCore provides secure code execution in isolated MicroVM environments and is being added as a sandbox option alongside Daytona, Modal, and Runloop. ## Type of change **Type:** New documentation page / Update existing documentation ## Related issues/PRs - Feature PR: https://github.com/langchain-ai/deepagents/pull/2120 (CLI + SDK integration, under review) - PyPI package: [`langchain-agentcore-codeinterpreter`](https://pypi.org/project/langchain-agentcore-codeinterpreter/) (live) ## 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 ## Additional notes ### Changes - **New page**: `src/oss/python/integrations/providers/agentcore.mdx` — provider page with installation, credentials, standalone usage, Deep Agents SDK usage, CLI usage, file operations, and session behavior - **New asset**: `src/images/providers/agentcore-icon.svg` — provider icon for card display - **Sandboxes page** (`src/oss/deepagents/sandboxes.mdx`): Added AgentCore tab to all Python tab groups (execute, upload\_files, download\_files, basic lifecycle) and added AgentCore card to Available providers - **CLI overview** (`src/oss/deepagents/cli/overview.mdx`): Added AgentCore tabs to sandbox install, credentials, and run steps No `docs.json` changes needed — provider pages are not listed in nav individually (consistent with Daytona, Modal, Runloop pattern). All code examples verified against the live [`langchain-agentcore-codeinterpreter`](https://pypi.org/project/langchain-agentcore-codeinterpreter/) package. Build pipeline completes successfully; `mintlify dev` prebuild failure is pre-existing on `main`. AI agents assisted with content generation for this contribution. --- <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:22:41 -04:00
yindo closed this issue 2026-06-05 18:22: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#3309