15 lines
415 B
PHP
15 lines
415 B
PHP
<?php
|
|
return array (
|
|
'name' => 'python_sandbox_test',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'python sandbox',
|
|
1 => 'run python',
|
|
2 => 'exec python',
|
|
),
|
|
'cmd' => 'curl -sk -x post http://127.0.0.1/api/opus5-python-sandbox.php -h "content-type:application/json" -d {"code":"print(42)"}',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-17T15:29:52+00:00',
|
|
'source' => 'opus4-autowire-early-v2',
|
|
);
|