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

19 lines
574 B
PHP

<?php
// V26 Mass Agent Factory - Opus WIRE doctrine 95 continue WEVIA-FIRST pattern
return array(
'name' => 'sdr',
'triggers' => array(
0 => 'agent sdr',
1 => 'invoque sdr',
),
'cmd' => 'echo {"agent":"SDR","slug":"sdr","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' => 'SDR agent (agent human) from truth registry',
'role' => 'agent',
'persona' => 'human',
);