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