Skip to content
/ CrewAI Public

CrewAI Internet Search Agents is a Python project that utilizes the CrewAI tool and DuckDuckGoSearchRun

License

Notifications You must be signed in to change notification settings

mvdiogo/CrewAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrewAI Internet Search Agents

Overview

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.

Table of Contents

  1. Introduction
  2. Features
  3. Installation
  4. Dependencies
  5. Tools
  6. Contributing
  7. License

Introduction

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/mvdiogo/crewai-internet-search-agents.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. Customize the templates to suit your project requirements.

Dependencies

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

Tools

For more tools please read the documentation

  • docs_tool = DirectoryReadTool(directory='./blog-posts')
  • file_tool = FileReadTool()
  • search_tool = SerperDevTool()
  • web_rag_tool = WebsiteSearchTool()

Contributing

Contributions to CrewAI Internet Search Agents are welcome! Feel free to fork the repository, make improvements, and submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

CrewAI Internet Search Agents is a Python project that utilizes the CrewAI tool and DuckDuckGoSearchRun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages