- Python >=3.10 <=3.13
- Miniconda
- OpenAI API key (Get it here)
- Make sure docker is installed on your system and running (for the developer and qa agents to run the generated code)
-
Create and activate conda environment
conda create --name tic-tac-toe python=3.12.7 conda activate tic-tac-toe
-
Clone and enter repository
git clone git@github.com:prtk418/CrewAI-TicTacToe.git cd CrewAI-TicTacToe
-
Install dependencies
pip install crewai crewai install
-
Configure environment
cp .env.example .env vi .env # Add your OpenAI API key here
-
Start the crew:
crewai run
-
Execute generated python code
python src/tic_tac_toe/game.py