[PR #2483] Adding documentation for AgentCore Memory Integration #2472

Open
opened 2026-02-17 17:23:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2483
Author: @hasnainvirk
Created: 2/4/2026
Status: 🔄 Open

Base: mainHead: dev


📝 Commits (1)

  • a95cda1 Adding documentation for AgentCore Memory Integration

📊 Changes

3 files changed (+186 additions, -1 deletions)

View changed files

📝 src/docs.json (+2 -1)
src/oss/javascript/integrations/agents/aws/agentcore_memory.mdx (+161 -0)
📝 src/oss/javascript/integrations/providers/aws.mdx (+23 -0)

📄 Description

Overview

Provides documentation for Amazon Bedrock AgentCore Memory integration.

Type of change

Type: New documentation page / Update existing documentation

Related issues/PRs

  • I have read the contributing guidelines
  • 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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

Blocked by https://github.com/langchain-ai/langgraphjs/pull/1935


🔄 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/2483 **Author:** [@hasnainvirk](https://github.com/hasnainvirk) **Created:** 2/4/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`a95cda1`](https://github.com/langchain-ai/docs/commit/a95cda19c4d0c3f80efce36aaabdba175cbd67fc) Adding documentation for AgentCore Memory Integration ### 📊 Changes **3 files changed** (+186 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) ➕ `src/oss/javascript/integrations/agents/aws/agentcore_memory.mdx` (+161 -0) 📝 `src/oss/javascript/integrations/providers/aws.mdx` (+23 -0) </details> ### 📄 Description ## Overview Provides documentation for Amazon Bedrock AgentCore Memory integration. ## Type of change **Type:** New documentation page / Update existing documentation ## Related issues/PRs <!-- https://github.com/langchain-ai/langgraphjs/pull/1935 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes Blocked by https://github.com/langchain-ai/langgraphjs/pull/1935 <!-- Any other information that would be helpful for reviewers --> --- <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:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2472