Skip to content

wangdy/crewai_extools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crewAI ExTools

crewAI ExTools is a collection of extended tools designed to enhance the functionality of crewAI agents. It provides powerful utilities like Bing Search and Website Search to help agents access and analyze information more effectively.

Features

  • BingSearchTool: Leverages the Bing Search API to fetch real-time search results from the web.

Setting Up BING_API_KEY

To use the BingSearchTool, you need to set up a Bing API key. Follow these steps:

  1. Obtain your Bing API key from the Microsoft Azure Portal.

  2. Set the key as an environment variable in your system:

    export BING_API_KEY="your_bing_api_key"

    Or directly in your Python script:

    import os
    os.environ["BING_API_KEY"] = "your_bing_api_key"

This ensures the tool can authenticate and access the Bing Search API.

Contributing

Contributions are welcome! Feel free to fork the repository, create a branch, and submit a pull request.

License

This project is licensed under the MIT License.

About

crewAI ExTools is a repository that provides a collection of extended tools, including commonly used functionalities like Bing Search, to enhance the capabilities of crewAI agents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages