19 lines
601 B
PHP
19 lines
601 B
PHP
<?php
|
|
// V26 Mass Agent Factory - Opus WIRE doctrine 95 continue WEVIA-FIRST pattern
|
|
return array(
|
|
'name' => 'scraper',
|
|
'triggers' => array(
|
|
|
|
0 => 'agent scraper',
|
|
1 => 'invoque scraper',
|
|
|
|
),
|
|
'cmd' => 'echo {"agent":"Scraper","slug":"scraper","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' => 'Scraper agent (service tool) from truth registry',
|
|
'role' => 'service',
|
|
'persona' => 'tool',
|
|
);
|