From 5cfcb5c74acc9c9925bb379e9b601e299de409ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Wed, 19 Mar 2025 11:30:26 -0700 Subject: [PATCH] new version --- src/crewai_tools/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/crewai_tools/__init__.py b/src/crewai_tools/__init__.py index 7b2b2de89..c13ac5007 100644 --- a/src/crewai_tools/__init__.py +++ b/src/crewai_tools/__init__.py @@ -59,3 +59,10 @@ from .tools import ( YoutubeChannelSearchTool, YoutubeVideoSearchTool, ) + +from .aws import ( + S3ReaderTool, + S3WriterTool, + BedrockKBRetrieverTool, + BedrockInvokeAgentTool, +)