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