From ac8438313ac6642d0f346a9b7d455fc015547d4c Mon Sep 17 00:00:00 2001 From: Abdullatif Rashdan Date: Tue, 3 Jun 2025 12:02:12 +0300 Subject: [PATCH 1/2] fixing inconsistent naming from Flask to FastAPI --- docs/user-guide/deploy/deploy_to_aws_fargate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/deploy/deploy_to_aws_fargate.md b/docs/user-guide/deploy/deploy_to_aws_fargate.md index 2ebba7d1..73a30d52 100644 --- a/docs/user-guide/deploy/deploy_to_aws_fargate.md +++ b/docs/user-guide/deploy/deploy_to_aws_fargate.md @@ -8,7 +8,7 @@ This guide discusses Fargate integration at a high level - for a complete exampl ## Creating Your Agent in Python -The core of your Fargate deployment is a containerized Flask application that hosts your Strands Agents SDK agent. This Python application initializes your agent and processes incoming HTTP requests. +The core of your Fargate deployment is a containerized FastAPI application that hosts your Strands Agents SDK agent. This Python application initializes your agent and processes incoming HTTP requests. The FastAPI application follows these steps: From f14b393d301f683de7534a94844cda6660640fcd Mon Sep 17 00:00:00 2001 From: cerashdan Date: Wed, 23 Jul 2025 10:10:12 +0000 Subject: [PATCH 2/2] Adding Nova Canvas tool documentation under example tool packages --- docs/user-guide/concepts/tools/example-tools-package.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/concepts/tools/example-tools-package.md b/docs/user-guide/concepts/tools/example-tools-package.md index 622c2e9b..c2e4a9c8 100644 --- a/docs/user-guide/concepts/tools/example-tools-package.md +++ b/docs/user-guide/concepts/tools/example-tools-package.md @@ -43,6 +43,7 @@ pip install strands-agents-tools[mem0_memory] - [`image_reader`]({{ tools_repo }}/src/strands_tools/image_reader.py): Process and analyze images - [`generate_image`]({{ tools_repo }}/src/strands_tools/generate_image.py): Create AI generated images with Amazon Bedrock - [`nova_reels`]({{ tools_repo }}/src/strands_tools/nova_reels.py): Create AI generated videos with Nova Reels on Amazon Bedrock +- [`nova_canvas`]({{ tools_repo }}/src/strands_tools/nova_canvas.py): Create AI generated images, remove background from images, and [virtual try-on](https://docs.aws.amazon.com/nova/latest/userguide/image-gen-vto.html) with Nova Canvas on Amazon Bedrock - [`speak`]({{ tools_repo }}/src/strands_tools/speak.py): Generate speech from text using macOS say command or Amazon Polly #### AWS Services