AUTO-BACKUP 20260416-0140

This commit is contained in:
WEVIA
2026-04-16 01:40:01 +02:00
parent ae6dcae746
commit a1d5c19ae0
4 changed files with 239 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
{
"ts": "2026-04-15T23:37:49+00:00",
"ts": "2026-04-15T23:39:23+00:00",
"hostname": "LAPTOP-VE75QUHF",
"cpu": "69%",
"ram": "74% (16GB)",
"cpu": "39%",
"ram": "75% (16GB)",
"disk": "?",
"uptime": "3d07h51m",
"uptime": "3d07h52m",
"user": "Yace",
"ip": "196.217.166.63",
"agent_version": "2.0"

View File

@@ -13,5 +13,5 @@
"Run simulation",
"CEO insights"
],
"timestamp": "2026-04-15 23:35:01"
"timestamp": "2026-04-15 23:40:01"
}

View File

@@ -154,6 +154,12 @@ if (preg_match('/docker|container|redis|gitea|qdrant|prometheus/i', $msg)) {
// DEEPSEEK WEBCHAT intent (Opus wire 16avr)
if (preg_match('/deepseek.*activ|deepseek.*arena|ajout.*deepseek|wire.*deepseek/i', $msg)) {
$intents[] = ['id'=>'deploy_deepseek','cmd'=>'python3 /tmp/wire_deepseek.py 2>&1'];
}
// CF CACHE PURGE intent
if (preg_match('/cloudflare|purge|cache.*clear|cf.*purge/i', $msg)) {
$intents[] = ['id'=>'cf_purge','cmd'=>"curl -s 'http://127.0.0.1/api/blade-ops-api.php?k=BLADE2026&action=cf_purge' --max-time 15 -H 'Content-Type: application/json' --data '{\"purge_everything\":true}' --max-time 10 2>/dev/null | head -c 200"];

File diff suppressed because one or more lines are too long