Files
html/api/wired-pending/intent-opus4-postfix.php
2026-04-19 17:40:01 +02:00

18 lines
515 B
PHP

<?php
// V26 B2 Mass Agent Factory Opus WIRE
return array(
'name' => 'postfix',
'triggers' => array(
0 => 'postfix',
1 => 'postfix',
2 => 'agent postfix',
3 => 'invoque postfix',
),
'cmd' => 'echo {"agent":"Postfix","slug":"postfix","status":"registered","ts":"\$(date -Iseconds)"}',
'status' => 'EXECUTED',
'created_at' => '2026-04-19T17:50:00+00:00',
'source' => 'opus-wire-v26-b2-truth-registry',
'description' => 'Postfix agent (mta ) from truth registry',
'role' => 'mta',
);