Files
humanlayer/examples/controlflow
2025-06-03 13:30:15 -07:00
..
2024-08-13 22:27:55 -05:00
2024-11-26 14:28:54 -06:00
2024-11-26 14:48:06 -06:00
2024-11-29 23:40:00 -06:00
2024-11-26 14:28:54 -06:00
2024-11-30 14:08:19 -06:00
2025-06-03 13:30:15 -07:00

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 controlflow_math.py

If you prefer docker

Be sure to set the environment variables in the .env file or pass them explicitly via the -e flag.

# docker compose
docker compose run examples controlflow_math.py