23 lines
774 B
PHP
23 lines
774 B
PHP
<?php
|
|
// OPUS5 PROMOTED 2026-04-19T15:40:30+00:00
|
|
return array (
|
|
'name' => 'consensus',
|
|
'triggers' =>
|
|
array (
|
|
|
|
0 => 'agent consensus',
|
|
1 => 'invoque consensus',
|
|
|
|
),
|
|
'cmd' => 'echo {"agent":"Consensus","slug":"consensus","role":"service","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' => 'Consensus agent (service tool) from truth registry',
|
|
'role' => 'service',
|
|
'persona' => 'tool',
|
|
'executed_at' => '2026-04-19T15:40:30+00:00',
|
|
'out_preview' => '{agent:Consensus,slug:consensus,role:service,persona:tool,status:registered,ts:2026-04-19T17:40:30+02:00}',
|
|
'ms' => 7.0,
|
|
);
|