Files
html/api/wired-pending/intent-opus4-test_offload_all_parallel.php
Opus 745c35b5d7
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
phase32-33 doctrine 169-173 39 pages enrichies UX + overlap fix all-ia-hub + cron async
Phase 32 (doctrine 169):
- Cron */10min batch-enrich-async.sh installe auto-enrichement queue
- 4 dernieres pages PRIO enrichies: deepseek-hub, universal-integration-hub, qa-hub, wevia-ops-hub
- Total cumul session: 39 pages UX doctrine 60

Phase 33 (doctrine 170-173):
- Playwright audit v3 operationnel (10 pages, 20 zooms captured)
- all-ia-hub overlap detecte: 4 tr + 2 br elements superposes
- Fix CSS surgical applique (doctrine 172 + 173):
  - Logout top-right z-index 10000
  - Feedback bot-right 20px
  - Secondary aside shifted bottom 84px (zero chauvauchement)
- GOLD backups crees avant chaque fix

Handler cascade Cerebras->Ollama validate (cerebras-qwen-235b primary).
Pattern nohup & background valide pour eviter 502 CX endpoint.
NR 153/153 invariant.
2026-04-24 12:08:11 +02:00

23 lines
842 B
PHP

<?php
// OPUS multi-parallel offload - v2 shell script backed
return array (
'name' => 'test_offload_all_parallel',
'domain' => 'multi_agent',
'priority' => 'P1',
'triggers' => array(
0 => 'test offload all parallel',
1 => 'multi offload parallel',
2 => 'parallel offload intents',
3 => 'exploit s95 kaggle hf parallel',
4 => 'offload multi agent',
5 => 'test 4 offloads',
),
'cmd' => 'bash /opt/weval-ops/opus-intents/opus-offload-parallel.sh; echo done',
'status' => 'PENDING_APPROVAL',
'created_at' => '2026-04-24T04:48:58+0200',
'source' => 'opus-offload-multi-parallel-24avr-v2',
'description' => 'Exec 4 offload intents in parallel via shell script: hf + kaggle + s95_backup + scraper_ethica. Returns aggregated JSON',
'out_preview' => 'parallel 4 intents aggregated JSON',
'ms' => 0,
);