feat(crawler): add python pixelrag capture worker
Some checks failed
CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
ogt
2026-07-09 17:28:56 +08:00
parent edd63ecbd4
commit e6d7c2fb3a
3 changed files with 338 additions and 0 deletions

View File

@@ -107,6 +107,12 @@ node scripts/ops/capture_pixelrag_visual_evidence.js \
node scripts/ops/capture_pixelrag_visual_evidence.js \
--manifest-file /tmp/pixelrag_manifest.json \
--output-dir data/ai_automation/pixelrag_visual_evidence
# Production host can use the Python Playwright worker when Node modules are not installed.
python3 scripts/ops/capture_pixelrag_visual_evidence.py \
--manifest-file /tmp/pixelrag_manifest.json \
--output-dir data/ai_automation/pixelrag_visual_evidence \
--max-tiles 12
```
安全邊界: