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