This is a simple multi-agent system developed using CrewAI. It demonstrates how multiple agents can work together and process tasks concurrently.
Follow these steps to set up the project on your local machine.
- Clone the repository:
"git clone [<your-repository-url>](https://github.com/Ronin-117/Ai_Agent_CrewAI)"
- Navigate to the project directory:
"cd Ai_Agent_CrewAI\n"
- Install the required dependencies:
"pip install -r requirements.txt\n"
- Add your Google api key inside "agents.py"
To run the multi-agent system, execute the following command:
"python crew.py\n"
Make sure you have Python 3.10+ installed on your machine to run the system. ""