16 lines
415 B
PHP
16 lines
415 B
PHP
<?php
|
|
return array(
|
|
'name' => 'orch',
|
|
'domain' => 'agents',
|
|
'triggers' => array(
|
|
'orch status',
|
|
'agent orch',
|
|
'info orch',
|
|
),
|
|
'cmd' => 'echo \'Agent Orch · sources: paperclip_db · defined in truth-registry\'',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T17:47:00+00:00',
|
|
'source' => 'opus-yacine-finish-100-6sigma',
|
|
'description' => 'Agent Orch · sources: paperclip_db',
|
|
);
|