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.
- BingSearchTool: Leverages the Bing Search API to fetch real-time search results from the web.
To use the BingSearchTool, you need to set up a Bing API key. Follow these steps:
-
Obtain your Bing API key from the Microsoft Azure Portal.
-
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.
Contributions are welcome! Feel free to fork the repository, create a branch, and submit a pull request.
This project is licensed under the MIT License.