mirror of
https://github.com/humanlayer/humanlayer.git
synced 2025-08-20 19:01:22 +03:00
LangChain Examples
Two ways to get started:
Set up Environment Variable
cp dotenv.example .env
# fill out values
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 04-linkedin-anthropic.py
If you prefer docker
docker compose run examples 04-linkedin-anthropic.py
All Examples
- 04-linkedin-anthropic.py - Human-as-tool for a linkedin inbox manager (also uses require_approval)