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