This is a simple project to demonstrate crewAI's ability.
This project defines 2 agents each with thier own specific task and outputs the result to a file in addition to terminal output.
To use this sample project:
- Clone the repository
- enter the shell with
nix develop - create virtual env with
python -m venv .venv - activate the venv with
source .venv/bin/activate - install requirements with
pip install -r requirements.txt - copy/rename the
.env.examplefile to.envand include your own api key - Run
python main.pyto see the agents working