20 lines
639 B
PHP
20 lines
639 B
PHP
<?php
|
|
// V34 Opus Yacine · 16 missing agents fix (doctrine #13 cause racine WTP widget)
|
|
return array(
|
|
'name' => 'cpl_monitor',
|
|
'triggers' => array(
|
|
'cpl_monitor',
|
|
'cpl monitor',
|
|
'agent cpl_monitor',
|
|
'invoque cpl_monitor',
|
|
),
|
|
'cmd' => 'curl -sk --max-time 3 https://weval-consulting.com/api/agent-avatars-v2.json 2>&1 | head -c 200',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T18:52:27.162706+00:00',
|
|
'source' => 'opus-yacine-v34-missing-agents-fix',
|
|
'description' => 'CPL (Cost Per Lead) monitoring agent',
|
|
'role' => 'SAP CRM + Marketing',
|
|
'category' => 'marketing',
|
|
'persona' => 'tool',
|
|
);
|