from crewai_tools import ScrapeWebsiteTool, SerperDevTool # Initialize tools search_tool = SerperDevTool() scrape_tool = ScrapeWebsiteTool()