Files
humanlayer/examples/griptape
2025-06-03 13:30:15 -07:00
..
2024-10-20 15:26:10 -07:00
2024-10-15 18:31:45 -07:00
2024-11-03 18:49:13 -05:00
2025-06-03 13:30:15 -07:00

LangChain Examples

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 01-math_example.py

If you prefer docker

docker compose run examples 01-math_example.py

All Examples

  • 01-math_example.py - A simple math example that uses HumanLayer to gate access to the multiply function