Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
bstraehle
/
multi-agent-ai-crewai
like
7
Running
App
Files
Files
Community
0f48b51
multi-agent-ai-crewai
/
tools.py
bstraehle
Create tools.py
4eccbfe
verified
6 months ago
raw
Copy download link
history
blame
Safe
164 Bytes
from
crewai_tools
import
ScrapeWebsiteTool, SerperDevTool
def
get_search_tool
():
return
SerperDevTool()
def
get_scrape_tool
():
return
ScrapeWebsiteTool()