cookbook/07_knowledge/TEST_PROMPT.md
Run all knowledge cookbook examples and record results in TEST_LOG.md.
Read these files first:
cookbook/07_knowledge/README.md - Overview and structureCLAUDE.md - Testing workflow and conventions# Virtual environment
.venvs/demo/bin/python
# Setup (if needed)
./scripts/demo_setup.sh
# Database
./cookbook/scripts/run_qdrant.sh
# Required env vars
export OPENAI_API_KEY=your-key
After testing, verify:
Update TEST_LOG.md with this format for each file:
Status: PASS/FAIL/SKIP
Description: What the test does.
Result: Summary of output or error.