Files
html/api/wired-pending/intent-opus4-proactive.php
2026-04-19 17:45:02 +02:00

19 lines
610 B
PHP

<?php
// V26 Mass Agent Factory - Opus WIRE doctrine 95 continue WEVIA-FIRST pattern
return array(
'name' => 'proactive',
'triggers' => array(
0 => 'agent proactive',
1 => 'invoque proactive',
),
'cmd' => 'echo {"agent":"Proactive","slug":"proactive","role":"agent","persona":"human","status":"registered","ts":"$(date -Iseconds)"}',
'status' => 'EXECUTED',
'created_at' => '2026-04-19T17:45:00+00:00',
'source' => 'opus-wire-v26-mass-factory-truth-registry',
'description' => 'Proactive agent (agent human) from truth registry',
'role' => 'agent',
'persona' => 'human',
);