From 1655b047f28c155bf4f3358df63dd04512174cc4 Mon Sep 17 00:00:00 2001 From: opus Date: Mon, 20 Apr 2026 00:20:02 +0200 Subject: [PATCH] AUTO-BACKUP 20260420-0020 --- api/agent-escalation.json | 2 +- api/blade-actions-surfaced.json | 8 ++--- .../task_20260419222001_a47e56.json | 11 +++++++ api/mql-scoring-status.json | 30 ++++++++++++++++++- api/v83-business-kpi-latest.json | 2 +- 5 files changed, 46 insertions(+), 7 deletions(-) create mode 100644 api/blade-tasks/task_20260419222001_a47e56.json diff --git a/api/agent-escalation.json b/api/agent-escalation.json index 0e5993e55..44d82b2ff 100644 --- a/api/agent-escalation.json +++ b/api/agent-escalation.json @@ -1,6 +1,6 @@ { "agent": "V41_Risk_Escalation", - "ts": "2026-04-20T00:00:04+02:00", + "ts": "2026-04-20T00:15:02+02:00", "dg_alerts_active": 7, "wevia_life_stats_preview": "File not found.", "escalation_rules": { diff --git a/api/blade-actions-surfaced.json b/api/blade-actions-surfaced.json index dcc50006c..5377e0a6f 100644 --- a/api/blade-actions-surfaced.json +++ b/api/blade-actions-surfaced.json @@ -1,15 +1,15 @@ { - "generated_at": "2026-04-20T00:15:01.575600", + "generated_at": "2026-04-20T00:20:01.440230", "stats": { - "total": 524, - "pending": 1009, + "total": 525, + "pending": 1011, "kaouther_surfaced": 29, "chrome_surfaced": 10, "notif_only_done": 0, "autofix_archived": 0, "cerebras_archived": 0, "older_3d_archived": 0, - "unknown": 485, + "unknown": 486, "errors": 0 }, "actions": [ diff --git a/api/blade-tasks/task_20260419222001_a47e56.json b/api/blade-tasks/task_20260419222001_a47e56.json new file mode 100644 index 000000000..e8b1e32b2 --- /dev/null +++ b/api/blade-tasks/task_20260419222001_a47e56.json @@ -0,0 +1,11 @@ +{ + "id": "task_20260419222001_a47e56", + "name": "Blade self-heal 00:20", + "type": "powershell", + "command": "\n# Blade self-heal\nWrite-Host \"Self-heal triggered $(Get-Date)\"\n$agentProc = Get-Process powershell | Where-Object { $_.CommandLine -match 'sentinel-agent' }\nif (!$agentProc) {\n Write-Host \"Agent not running, starting...\"\n Start-Process powershell -ArgumentList \"-ExecutionPolicy\",\"Bypass\",\"-File\",\"C:\\ProgramData\\WEVAL\\sentinel-agent.ps1\" -WindowStyle Hidden\n}\n# Clear stale tasks > 3 days locally\n$cutoff = (Get-Date).AddDays(-3)\nGet-ChildItem \"C:\\ProgramData\\WEVAL\\tasks\\*.json\" -ErrorAction SilentlyContinue | Where-Object { $_.LastWriteTime -lt $cutoff } | Move-Item -Destination \"C:\\ProgramData\\WEVAL\\tasks\\archived\\\" -Force -ErrorAction SilentlyContinue\nWrite-Host \"Self-heal complete\"\n", + "cmd": "\n# Blade self-heal\nWrite-Host \"Self-heal triggered $(Get-Date)\"\n$agentProc = Get-Process powershell | Where-Object { $_.CommandLine -match 'sentinel-agent' }\nif (!$agentProc) {\n Write-Host \"Agent not running, starting...\"\n Start-Process powershell -ArgumentList \"-ExecutionPolicy\",\"Bypass\",\"-File\",\"C:\\ProgramData\\WEVAL\\sentinel-agent.ps1\" -WindowStyle Hidden\n}\n# Clear stale tasks > 3 days locally\n$cutoff = (Get-Date).AddDays(-3)\nGet-ChildItem \"C:\\ProgramData\\WEVAL\\tasks\\*.json\" -ErrorAction SilentlyContinue | Where-Object { $_.LastWriteTime -lt $cutoff } | Move-Item -Destination \"C:\\ProgramData\\WEVAL\\tasks\\archived\\\" -Force -ErrorAction SilentlyContinue\nWrite-Host \"Self-heal complete\"\n", + "priority": "high", + "status": "pending", + "created": "2026-04-19T22:20:01+00:00", + "created_by": "blade-control-ui" +} \ No newline at end of file diff --git a/api/mql-scoring-status.json b/api/mql-scoring-status.json index 909920e55..973de679e 100644 --- a/api/mql-scoring-status.json +++ b/api/mql-scoring-status.json @@ -1 +1,29 @@ -error code: 502 +{ + "ok": true, + "agent": "V42_MQL_Scoring_Agent_REAL", + "ts": "2026-04-19T22:20:01+00:00", + "status": "DEPLOYED_AUTO", + "deployed": true, + "algorithm": "weighted_behavioral_signals", + "signals_tracked": { + "wtp_engagement": 100, + "chat_engagement": 0, + "roi_tool": 0, + "email_opened": 0 + }, + "avg_score": 25, + "mql_threshold": 50, + "sql_threshold": 75, + "leads_captured": 48, + "mql_auto_scored": 20, + "sql_auto_scored": 8, + "mql_auto_pct": 41, + "improvement_vs_manual": { + "before_manual_pct": 33.3, + "after_auto_pct": 41, + "delta": 7.700000000000003 + }, + "paperclip_db_ok": true, + "paperclip_tables": 1, + "root_cause_resolved": "Lead Qualification goulet 16pct manual resolved via AUTO behavioral scoring" +} diff --git a/api/v83-business-kpi-latest.json b/api/v83-business-kpi-latest.json index 43f74ec72..4e830888c 100644 --- a/api/v83-business-kpi-latest.json +++ b/api/v83-business-kpi-latest.json @@ -1,7 +1,7 @@ { "ok": true, "version": "V83-business-kpi", - "ts": "2026-04-19T22:14:46+00:00", + "ts": "2026-04-19T22:19:46+00:00", "summary": { "total_categories": 7, "total_kpis": 56,