Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added Firecrawl tools #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rafaelsideguide
Copy link

This PR introduces Firecrawl tools, enabling the following features:

  • Scrape (with LLM Extraction)
  • Crawl
  • Search

@joaomdmoura, hope you don't mind me just doing a PR, haha! Thank you for creating this amazing tool!

@nickscamara
Copy link

Hey @joaomdmoura. We have so many requests for having Firecrawl in crew. Would be awesome to collab. lmk if you need any help or anything!

Valeu! tmj!

@cirrus3d
Copy link

Since we are waiting for a merge and in order to test this pull request in my local MacOS environment I did the following:

  • Uninstalled crewai_tools pip package
  • Did a pip install --user git+https://github.com/joaomdmoura/crewAI-tools.git@41e3d6b7b32258c2c31dbae45fc12e2bdcbd786b
  • In /Users/{myuser}/.local/lib/python3.11/site-packages/crewai_tools/tools/init.py I added the line: from .firecrawl_crawl_website_tool.firecrawl_crawl_website_tool import FirecrawlCrawlWebsiteTool
  • In /Users/{myuser}/.local/lib/python3.11/site-packages/crewai_tools/init.py I added the line: FirecrawlCrawlWebsiteTool,

@cirrus3d
Copy link

Hi @joaomdmoura,

How would I run your example with a local Firecrawl server installed in port 3002? It seems that I get an error that token is invalid (or missing if I do not specify it).

@nickscamara
Copy link

Hey @joaomdmoura any chance we can get this in? We are getting tons of requests. Let me know if you need any help! Valeu :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants