16 lines
535 B
PHP
16 lines
535 B
PHP
<?php
|
|
return array(
|
|
'name' => 'agent_feature_tracker',
|
|
'triggers' => array(
|
|
0 => 'agent feature tracker',
|
|
1 => 'feature tracker',
|
|
2 => 'feature adoption tracker',
|
|
3 => 'adoption tracker',
|
|
),
|
|
'cmd' => 'curl -sk --max-time 3 https://weval-consulting.com/api/agent-feature-tracker.json 2>/dev/null',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T20:40:00+00:00',
|
|
'source' => 'opus-wire-v41-proactive-agents-root-cause',
|
|
'description' => 'V41 proactive agent chat handler - root cause resolution',
|
|
);
|