L3b: Verifier Agent
Module: M3 Safety
Files: starter.py, solution.py
Objective
Create a read-only agent that checks the builder's work independently.
Concepts
Refer to the corresponding module for full concept explanations.
Starter
bash
cd course/labs/l3-verifier/
# Open starter file and fill in the TODOsCheckpoints
- Define read-only tools (read_file, grep_search, list_files)
- Implement claim verification logic
- Report confidence level (PERFECT through FAILED)
- No write/edit/bash tools allowed
Solution
Compare against the solution file after attempting the starter.