CrewAI Internet Search Agents is a Python project that utilizes the CrewAI tool and DuckDuckGoSearchRun to create intelligent agents capable of searching the internet and providing valuable feedback. This project empowers developers to integrate advanced search capabilities into their applications and harness the power of language models for enhanced user interactions.
CrewAI Internet Search Agents combine the functionality of CrewAI and DuckDuckGoSearchRun to create agents that can intelligently search the internet. This project provides a seamless integration of tools for building agents capable of delivering insightful feedback based on user queries.
-
CrewAI Integration: Utilize the CrewAI tool to create conversational agents with advanced natural language processing capabilities.
-
DuckDuckGoSearchRun Connectivity: Leverage DuckDuckGoSearchRun for conducting powerful internet searches and extracting relevant information.
-
Clone the repository:
git clone https://github.com/mvdiogo/crewai-internet-search-agents.git
-
Install dependencies:
pip install -r requirements.txt
-
Customize the templates to suit your project requirements.
Ensure you have the following dependencies installed:
- duckduckgo_search==4.4
- langchain-community==0.0.16
- langchain-core==0.1.17
- crewai
Install them using:
pip install -r requirements.txt
For more tools please read the documentation
- docs_tool = DirectoryReadTool(directory='./blog-posts')
- file_tool = FileReadTool()
- search_tool = SerperDevTool()
- web_rag_tool = WebsiteSearchTool()
Contributions to CrewAI Internet Search Agents are welcome! Feel free to fork the repository, make improvements, and submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.