AWS bedrock-agentcore documentation change
Summary
Restructured documentation with improved formatting, added step numbering, and reorganized deployment instructions
Security assessment
Changes improve documentation structure by adding step numbering, reorganizing deployment instructions, and changing heading formats. No security content was added or modified. These are usability improvements for documentation clarity with no security implications.
Diff
diff --git a/bedrock-agentcore/latest/devguide/long-term-enabling-long-term-memory.md b/bedrock-agentcore/latest/devguide/long-term-enabling-long-term-memory.md index 4cc4dbeeb..bea7d1e46 100644 --- a//bedrock-agentcore/latest/devguide/long-term-enabling-long-term-memory.md +++ b//bedrock-agentcore/latest/devguide/long-term-enabling-long-term-memory.md @@ -15 +15 @@ The most direct method is to include strategies when you create a new AgentCore -AgentCore CLI +###### Example @@ -16,0 +17 @@ AgentCore CLI +AgentCore CLI @@ -19 +20 @@ AgentCore CLI - agentcore add memory --name PersonalizedShoppingAgentMemory --strategies USER_PREFERENCE + 1. agentcore add memory --name PersonalizedShoppingAgentMemory --strategies USER_PREFERENCE @@ -25 +29 @@ Interactive -Run `agentcore` to open the TUI, then select **add** and choose **Memory** : + 1. Run `agentcore` to open the TUI, then select **add** and choose **Memory** : @@ -27 +31 @@ Run `agentcore` to open the TUI, then select **add** and choose **Memory** : - 1. Select the **User preference** strategy: + 2. Select the **User preference** strategy: @@ -31 +35 @@ Run `agentcore` to open the TUI, then select **add** and choose **Memory** : - 2. Review the configuration and press Enter to confirm: + 3. Review the configuration and press Enter to confirm: @@ -34,0 +39 @@ Run `agentcore` to open the TUI, then select **add** and choose **Memory** : +Then run `agentcore deploy` to provision the memory in AWS. @@ -38 +42,0 @@ Run `agentcore` to open the TUI, then select **add** and choose **Memory** : -Then run `agentcore deploy` to provision the memory in AWS. @@ -48 +52 @@ The AgentCore CLI supports creating and managing memory resources. To update mem -###### Example Add a Session Summary strategy to an existing AgentCore Memory +**Example Add a Session Summary strategy to an existing AgentCore Memory**