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
f15d7ef
multi-agent-ai-crewai
/
tools.py
bstraehle
Update tools.py
8d1965a
verified
6 months ago
raw
Copy download link
history
blame
Safe
155 Bytes
from
crewai_tools
import
ScrapeWebsiteTool, SerperDevTool
def
search_tool
():
return
SerperDevTool()
def
scrape_tool
():
return
ScrapeWebsiteTool()