This repository contains materials for a hands-on workshop on agentic coding and harness engineering.
Preview is available at https://bbsw-org.github.io/agentic-coding-workshop/.
To explore code in this book, use the "Open in GitHub Codespaces" button below.
Restore and activate the virtual environment using uv:
uv sync
source .venv/bin/activateRender HTML:
quarto renderRender slides:
quarto render slides/<TBA>/index.qmdUpdate Python version:
uv python pin x.y.z
uv syncUpdate dependencies:
uv lock --upgrade
uv sync