bstraehle's picture
Update tools.py
aeebb90 verified
raw
history blame
163 Bytes
from crewai_tools import ScrapeWebsiteTool, SerperDevTool
def get_search_tool():
return SerperDevTool()
def get_scrape_tool():
return ScrapeWebsiteTool()