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