Skip to content

Conversation

@rbatista191
Copy link

@rbatista191 rbatista191 commented Dec 7, 2025

With the rise of AI engines, no other tool is as performant as cloro.dev.


Note

Adds CloroTool integrating cloro.dev to search Google or query major LLMs, with docs, tests, specs, and env var wiring.

  • Tools:
    • New 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_KEY support.
    • Exposed in crewai_tools/__init__.py and tools/__init__.py (__all__ updates).
    • Registered in tool.specs.json with init/run schemas and env var metadata.
    • Tests (tests/tools/cloro_tool_test.py): cover Google/LLM engines, payload shaping, error handling, and result saving.
  • Docs:
    • New guide docs/en/tools/web-scraping/cloro-tool.mdx and README for the tool.
    • Added card in docs/en/tools/web-scraping/overview.mdx linking to CloroTool.
  • Config:
    • .env.test: add CLORO_API_KEY=fake-cloro-key.

Written by Cursor Bugbot for commit 035f1be. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a 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.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a 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".

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.

1 participant