feat(ai): replay platform probe worker receipts
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:
@@ -26,6 +26,10 @@ def main() -> int:
|
||||
"--artifact-root",
|
||||
help="PixelRAG visual evidence artifact root;預設使用 production/container 設定。",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--platform-probe-worker-receipt-root",
|
||||
help="PixelRAG platform probe worker receipt root;預設使用 production/container 設定。",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--platform",
|
||||
action="append",
|
||||
@@ -48,6 +52,7 @@ def main() -> int:
|
||||
|
||||
payload = build_pixelrag_rag_candidate_replay_readback(
|
||||
artifact_root=args.artifact_root,
|
||||
platform_probe_worker_receipt_root=args.platform_probe_worker_receipt_root,
|
||||
platform=tuple(args.platforms or ()),
|
||||
max_age_hours=args.max_age_hours,
|
||||
limit=args.limit,
|
||||
|
||||
Reference in New Issue
Block a user