한국어
클라우드 서비스, 스토리지 시스템, 클라우드 기반 AI 플랫폼과 상호작용합니다
from crewai_tools import S3ReaderTool, S3WriterTool, BedrockInvokeAgentTool # Create cloud tools s3_reader = S3ReaderTool() s3_writer = S3WriterTool() bedrock_agent = BedrockInvokeAgentTool() # Add to your agent agent = Agent( role="Cloud Operations Specialist", tools=[s3_reader, s3_writer, bedrock_agent], goal="Manage cloud resources and AI services" )
이 페이지가 도움이 되었나요?