325b94c
1
2
3
4
from crewai_tools import PDFSearchTool, ScrapeWebsiteTool pdf_tool = PDFSearchTool() scraping_tool = ScrapeWebsiteTool()