한국어
워크플로우를 자동화하고 외부 플랫폼 및 서비스와 통합합니다
from crewai_tools import ApifyActorTool, ComposioTool, MultiOnTool # Create automation tools apify_automation = ApifyActorTool() platform_integration = ComposioTool() browser_automation = MultiOnTool() # Add to your agent agent = Agent( role="Automation Specialist", tools=[apify_automation, platform_integration, browser_automation], goal="Automate workflows and integrate systems" )
이 페이지가 도움이 되었나요?