mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
* updated to Sonnet 3.7 updated to Sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * uodated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * fixed the issue related to passing timeout value to the streamablehttp_client Signed-off-by: dendilaws <dendilaws@gmail.com> * fixed the issue with agent.tool_config Signed-off-by: dendilaws <dendilaws@gmail.com> * fixed the issue with agent.tool_config Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to pip install from uv Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to pip install from uv add Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to pip install from uv add Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to pip install from uv add Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to pip install from uv add Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to pip install from uv add Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to pip install from uv add Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to pip install from uv add Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to pip install from uv add Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to pip install from uv add Signed-off-by: dendilaws <dendilaws@gmail.com> * updated to pip install from uv add Signed-off-by: dendilaws <dendilaws@gmail.com> * overriding the default model used for the agent with sonnet 3.7 Signed-off-by: dendilaws <dendilaws@gmail.com> * Changing runtime to role auto creation * Changing runtime to role auto creation * Changing mcp host on runtime to role auto creation * Changing advance labs on runtime to role auto creation --------- Signed-off-by: dendilaws <dendilaws@gmail.com> Co-authored-by: Maira Ladeira Tanke <mttanke@amazon.com>
Handling Large Multi-Modal Payloads in AgentCore Runtime
Overview
This tutorial demonstrates how Amazon Bedrock AgentCore Runtime handles large payloads up to 100MB, including multi-modal content such as Excel files and images. AgentCore Runtime is designed to process rich media content and large datasets seamlessly.
Tutorial Details
Information | Details |
---|---|
Tutorial type | Large Payload & Multi-Modal Processing |
Agent type | Single |
Agentic Framework | Strands Agents |
LLM model | Anthropic Claude Sonnet 3.7 |
Tutorial components | Large File Processing, Image Analysis, Excel Data Processing |
Tutorial vertical | Data Analysis & Multi-Modal AI |
Example complexity | Intermediate |
SDK used | Amazon BedrockAgentCore Python SDK |
Key Features
- Large Payload Support: Process files up to 100MB in size
- Multi-Modal Processing: Handle Excel files, images, and text simultaneously
- Data Analysis: Extract insights from structured data and visual content
- Base64 Encoding: Secure transmission of binary data through JSON payloads