21 lines
763 B
PHP
21 lines
763 B
PHP
<?php
|
|
// OPUS5 PROMOTED 2026-04-19T16:03:02+00:00
|
|
return array (
|
|
'name' => 'evolution',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'agent evolution',
|
|
1 => 'invoque evolution',
|
|
),
|
|
'cmd' => 'echo {"agent":"Evolution","slug":"evolution","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' => 'Evolution agent (agent human) from truth registry',
|
|
'role' => 'agent',
|
|
'persona' => 'human',
|
|
'executed_at' => '2026-04-19T16:03:02+00:00',
|
|
'out_preview' => '{agent:Evolution,slug:evolution,role:agent,persona:human,status:registered,ts:2026-04-19T18:03:02+02:00}',
|
|
'ms' => 14.0,
|
|
);
|