Here you will find the implementation of a crew of AI agents that will investigate a company for you, helping you prepare for an interview. These agents will gather relevant information about the company and industry to provide you with valuable insights.
- Python 3.12 or higher
- pip
- ollama
- +32GB of RAM (for the LLM model, can be reduced by using a smaller model)
-
Clone the repository
-
Create a virtual environment
python -m venv venv
-
Activate the virtual environment
source venv/bin/activate
-
Install the dependencies
pip install -r requirements.txt
-
Download local LLM model. I'm using this one
ollama pull mixtral:8x7b-instruct-v0.1-q6_K
Note: You can also use a different LLM model for the agents. Just replace the model name used for the llm
variable on the main.py
file.
-
Run the main script to start the investigation:
python main.py
-
Write the name of the company you are investigating
-
Review the generated reports and insights on the console.
Example report for Twitter