20 lines
660 B
PHP
20 lines
660 B
PHP
<?php
|
|
// V26 Mass Agent Factory - Opus WIRE doctrine 95 continue WEVIA-FIRST pattern
|
|
return array(
|
|
'name' => 'otd_optimizer',
|
|
'triggers' => array(
|
|
|
|
0 => 'otd optimizer',
|
|
1 => 'agent otd optimizer',
|
|
2 => 'invoque otd optimizer',
|
|
|
|
),
|
|
'cmd' => 'echo {"agent":"OTD Optimizer","slug":"otd_optimizer","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' => 'OTD Optimizer agent (agent human) from truth registry',
|
|
'role' => 'agent',
|
|
'persona' => 'human',
|
|
);
|