From d6c23ba56e743bac35127f3a444a7e434ad57c0c Mon Sep 17 00:00:00 2001 From: Nicholas Clegg Date: Thu, 29 Jan 2026 12:36:20 -0500 Subject: [PATCH 1/2] Always run --- .github/workflows/integration-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 96e0eb7c4..2baa450b4 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -60,5 +60,6 @@ jobs: hatch test tests_integ - name: Publish test metrics to CloudWatch + if: always() run: | python .github/scripts/upload-integ-test-metrics.py ./build/test-results.xml ${{ github.event.repository }} From 126691eeaa1e7ba375c6a6dde7ccfc0d8ec249b6 Mon Sep 17 00:00:00 2001 From: Nick Clegg Date: Thu, 29 Jan 2026 12:43:47 -0500 Subject: [PATCH 2/2] Fix formatting issues in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e4d9d0e8..448cbdc85 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ agent = Agent(tools=[calculator]) agent("What is the square root of 1764") ``` -> **Note**: For the default Amazon Bedrock model provider, you'll need AWS credentials configured and model access enabled for Claude 4 Sonnet in the us-west-2 region. See the [Quickstart Guide](https://strandsagents.com/) for details on configuring other model providers. +> **Note**: For the default Amazon Bedrock model provider, you'll need AWS credentials configured and model access enabled for Claude 4 Sonnet in the us-west-2 region. See the [Quickstart Guide](https://strandsagents.com/) for details on configuring other model providers ## Installation