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, +)