feat(crawler): capture pixelrag visual evidence artifacts
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
This commit is contained in:
@@ -87,6 +87,28 @@ python scripts/ops/report_pixelrag_crawler_integration.py \
|
||||
/api/ai-automation/pixelrag-crawler-integration?platform=pchome&manifest_url=https://24h.pchome.com.tw/prod/TEST-000000001&crawler=PChomeCrawler.search_products&trigger_reason=parser_empty
|
||||
```
|
||||
|
||||
視覺證據 capture worker:
|
||||
|
||||
```bash
|
||||
python3 scripts/ops/report_pixelrag_crawler_integration.py \
|
||||
--platform momo \
|
||||
--manifest-url "https://m.momoshop.com.tw/search.momo?searchKeyword=test" \
|
||||
--crawler MomoCrawler.search_products \
|
||||
--trigger-reason parser_empty \
|
||||
--page-size page=1440x1900 \
|
||||
--tile-size tile=512x512 \
|
||||
> /tmp/pixelrag_manifest.json
|
||||
|
||||
node scripts/ops/capture_pixelrag_visual_evidence.js \
|
||||
--manifest-file /tmp/pixelrag_manifest.json \
|
||||
--output-dir data/ai_automation/pixelrag_visual_evidence \
|
||||
--dry-run
|
||||
|
||||
node scripts/ops/capture_pixelrag_visual_evidence.js \
|
||||
--manifest-file /tmp/pixelrag_manifest.json \
|
||||
--output-dir data/ai_automation/pixelrag_visual_evidence
|
||||
```
|
||||
|
||||
安全邊界:
|
||||
|
||||
- read-only;不登入、不下單、不加入購物車、不寫第三方狀態。
|
||||
|
||||
Reference in New Issue
Block a user