-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Adding cloro.dev as LLM scraping tool #4038
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
lib/crewai-tools/src/crewai_tools/tools/cloro_dev_tool/cloro_dev_tool.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
With the rise of AI engines, no other tool is as performant as cloro.dev.
Note
Adds
CloroToolintegrating cloro.dev to search Google or query major LLMs, with docs, tests, specs, and env var wiring.CloroTool(crewai_tools/tools/cloro_tool/cloro_tool.py): query/search via cloro API (engines:google,chatgpt,gemini,copilot,perplexity,aimode), formatted outputs, optional file save,CLORO_API_KEYsupport.crewai_tools/__init__.pyandtools/__init__.py(__all__updates).tool.specs.jsonwith init/run schemas and env var metadata.tests/tools/cloro_tool_test.py): cover Google/LLM engines, payload shaping, error handling, and result saving.docs/en/tools/web-scraping/cloro-tool.mdxand README for the tool.docs/en/tools/web-scraping/overview.mdxlinking toCloroTool..env.test: addCLORO_API_KEY=fake-cloro-key.Written by Cursor Bugbot for commit 035f1be. This will update automatically on new commits. Configure here.