Self-contained, skip-friendly lab starting points (#103)
Co-authored-by: claude <claude@jpaul.io> Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #103.
This commit is contained in:
@@ -167,6 +167,15 @@ occasionally wrong with no consequences.
|
||||
|
||||
## Hands-on lab
|
||||
|
||||
|
||||
> **Starting point (this lab is skip-friendly).** This lab is self-contained and does not depend
|
||||
> on the earlier labs. Its files live in `modules/24-assistive-agents/lab/`. Copy them into a working folder
|
||||
> and make a first commit so you start clean:
|
||||
>
|
||||
> ```bash
|
||||
> cp -r ~/ai-workflow-course/modules/24-assistive-agents/lab ~/ai-workflow-course/24-assistive-agents-lab
|
||||
> cd ~/ai-workflow-course/24-assistive-agents-lab && git init -b main && git add -A && git commit -m "start: module 24"
|
||||
> ```
|
||||
**Lab language:** Python (two small stdlib-only scripts) driven by Claude Code (`claude`; sub your
|
||||
own agent). No `pip install`, no hosted account. The scripts do the deterministic halves (assemble
|
||||
the prompt, validate and render the response, present the decision gate); the model does the one part
|
||||
|
||||
Reference in New Issue
Block a user