18 lines
541 B
PHP
18 lines
541 B
PHP
<?php
|
|
// V26 B2 Mass Agent Factory Opus WIRE
|
|
return array(
|
|
'name' => 'n8n_deploy',
|
|
'triggers' => array(
|
|
0 => 'n8n-deploy',
|
|
1 => 'n8n_deploy',
|
|
2 => 'agent n8n-deploy',
|
|
3 => 'invoque n8n-deploy',
|
|
),
|
|
'cmd' => 'echo {"agent":"n8n-Deploy","slug":"n8n_deploy","status":"registered","ts":"\$(date -Iseconds)"}',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T17:50:00+00:00',
|
|
'source' => 'opus-wire-v26-b2-truth-registry',
|
|
'description' => 'n8n-Deploy agent (dock ) from truth registry',
|
|
'role' => 'dock',
|
|
);
|