Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Conversation

@mplachta
Copy link
Contributor

@mplachta mplachta commented Oct 2, 2025

Most importantly, added the below code to all BaseTool classes:

env_vars: List[EnvVar] = [
        EnvVar(
            name="BRIGHT_DATA_API_KEY",
            description="API key for Bright Data",
            required=True,
        ),
    ]

Other than that, just a bit of cleanup.


Note

Adds required EnvVar metadata for BRIGHT_DATA_API_KEY across Bright Data Dataset, SERP, and Web Unlocker tools.

  • Bright Data tools:
    • Add env_vars with required BRIGHT_DATA_API_KEY to crewai_tools/tools/brightdata_tool/brightdata_dataset.py, brightdata_serp.py, and brightdata_unlocker.py.
    • Update imports to include EnvVar and List where needed.

Written by Cursor Bugbot for commit 0fe2630. 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 is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on October 28

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.

@lorenzejay lorenzejay merged commit e7a182a into crewAIInc:main Oct 9, 2025
5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants