From 240a698fab58cb1c949c77fa1e750d2fc4ed2e20 Mon Sep 17 00:00:00 2001 From: allenmylath Date: Sat, 26 Jul 2025 14:51:19 +0530 Subject: [PATCH] Update README.md recreating examples without activating bedrock models will create errors . Warning and link added --- examples/aws-strands/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/aws-strands/README.md b/examples/aws-strands/README.md index 8f2f289fd..68223ee28 100644 --- a/examples/aws-strands/README.md +++ b/examples/aws-strands/README.md @@ -41,8 +41,11 @@ An enhanced example where the Strands agent explains each step of its reasoning ```bash pip install -r requirements.txt ``` +4. **Enable AWS Bedrock models:** + ⚠️ **Important:** AWS Strands uses Bedrock models by default. You must first activate the required models in your AWS Bedrock console before running these examples. Visit the [AWS Bedrock Model Access documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-permissions.html) to enable model access permissions. -4. **Configure environment variables:** + +5. **Configure environment variables:** Copy the provided `env.example` file to `.env` and fill in the necessary credentials: @@ -51,7 +54,7 @@ An enhanced example where the Strands agent explains each step of its reasoning # Then edit .env with your preferred editor ``` -5. **Run an example:** +6. **Run an example:** ```bash python black-box.py