Skip to content

Crew of AI Agents that investigate a company to help you prepare for your next interview

License

Notifications You must be signed in to change notification settings

JosemyDuarte/DueDiligenceAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Due Diligence Interview

Description

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.

Requirements

  • Python 3.12 or higher
  • pip
  • ollama
  • +32GB of RAM (for the LLM model, can be reduced by using a smaller model)

Installation

  1. Clone the repository

  2. Create a virtual environment

    python -m venv venv
  3. Activate the virtual environment

    source venv/bin/activate
  4. Install the dependencies

    pip install -r requirements.txt
  5. 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.

Usage

  1. Run the main script to start the investigation:

    python main.py
  2. Write the name of the company you are investigating

  3. Review the generated reports and insights on the console.

Example report for Twitter

image

About

Crew of AI Agents that investigate a company to help you prepare for your next interview

Topics

Resources

License

Stars

Watchers

Forks

Languages