Simple LangChain + Traceloop demos for learning and experimentation, now oriented around running the notebooks in VS Code.
- Install Python 3.12+.
- Install dependencies:
uv sync - Set env vars in
.env:OPENAI_MODEL(e.g.,ollama:qwen2.5:3b)- Optional:
TRACELOOP_API_KEYif you enable telemetry
- Jupyter kernels: you already added
ipykernel—select theuvenvironment kernel in VS Code.