Files
2025-06-03 13:30:15 -07:00
..
2024-08-13 22:27:55 -05:00
2024-08-13 22:27:55 -05:00
2024-08-18 11:54:39 -05:00
2024-10-20 15:26:10 -07:00
2024-10-20 15:26:10 -07:00
2024-10-20 15:26:10 -07:00
2024-08-13 22:27:55 -05:00
2024-08-15 17:19:59 -07:00
2024-08-13 22:39:01 -05:00
2025-06-03 13:30:15 -07:00

CrewAI Example

Two ways to get started:

  1. If you're comfortable with virtualenvs
  2. If you prefer docker

If you're comfortable with virtualenvs

Activate a new virtualenv however you prefer, for example:

python3 -m venv venv
source venv/bin/activate

install requirements

pip install -r requirements.txt
python crewai_math.py

If you prefer docker

docker compose run examples crewai_math.py