Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bstraehle
/
multi-agent-ai-crewai
like
19
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
77c225f
multi-agent-ai-crewai
/
tools.py
bstraehle
Create tools.py
4eccbfe
verified
12 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()