Skip to content

Commit 541427b

Browse files
zealoushackerclaude
andcommitted
docs: add AWS/Bedrock memory implementation resource
Added link to AWS samples repository containing Bedrock-specific implementation of Claude memory features in the Next Steps section of the memory cookbook. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 04bdceb commit 541427b

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

tool_use/memory_cookbook.ipynb

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,20 +1437,7 @@
14371437
{
14381438
"cell_type": "markdown",
14391439
"metadata": {},
1440-
"source": [
1441-
"## Next Steps\n",
1442-
"\n",
1443-
"### Resources\n",
1444-
"\n",
1445-
"- **API docs**: [Claude API reference](https://docs.claude.com/en/api/messages)\n",
1446-
"- **Usage docs**: [Memory tool](https://docs.claude.com/en/docs/agents-and-tools/tool-use/memory-tool)\n",
1447-
"- **GitHub Action**: [claude-code-action](https://github.com/anthropics/claude-code-action)\n",
1448-
"- **Support**: [support.claude.com](https://support.claude.com)\n",
1449-
"\n",
1450-
"### Feedback\n",
1451-
"\n",
1452-
"Memory and context management are in **beta**. Share your feedback to help us improve!"
1453-
]
1440+
"source": "## Next Steps\n\n### Resources\n\n- **API docs**: [Claude API reference](https://docs.claude.com/en/api/messages)\n- **Usage docs**: [Memory tool](https://docs.claude.com/en/docs/agents-and-tools/tool-use/memory-tool)\n- **GitHub Action**: [claude-code-action](https://github.com/anthropics/claude-code-action)\n- **AWS/Bedrock Implementation**: [Anthropic on AWS Memory Features](https://github.com/aws-samples/anthropic-on-aws/tree/main/notebooks/claude_memory_features) - Bedrock-specific implementation\n- **Support**: [support.claude.com](https://support.claude.com)\n\n### Feedback\n\nMemory and context management are in **beta**. Share your feedback to help us improve!"
14541441
}
14551442
],
14561443
"metadata": {
@@ -1474,4 +1461,4 @@
14741461
},
14751462
"nbformat": 4,
14761463
"nbformat_minor": 4
1477-
}
1464+
}

0 commit comments

Comments
 (0)