22 lines
711 B
PHP
22 lines
711 B
PHP
<?php
|
|
// OPUS5 PROMOTED 2026-04-19T16:02:46+00:00
|
|
// AMBRE-V1 PATCH 2026-04-21 : cmd redirected to ambre-count.php aggregator (live truth data)
|
|
return array (
|
|
'name' => 'agents_count',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'combien agents',
|
|
1 => 'nombre agents',
|
|
2 => 'total agents',
|
|
3 => 'agents total',
|
|
),
|
|
'cmd' => 'curl -sk https://weval-consulting.com/api/ambre-count.php',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-18T12:45:58+00:00',
|
|
'source' => 'opus4-autowire-early-v2',
|
|
'executed_at' => '2026-04-21T12:16:00+00:00',
|
|
'patched_by' => 'ambre-session-100pct',
|
|
'out_preview' => 'See https://weval-consulting.com/api/ambre-count.php (live aggregator)',
|
|
'ms' => 117.0,
|
|
);
|