diff --git a/api/agent-disk-monitor.json b/api/agent-disk-monitor.json index 52c81cb6a..d59d55768 100644 --- a/api/agent-disk-monitor.json +++ b/api/agent-disk-monitor.json @@ -1,6 +1,6 @@ { "agent": "V41_Disk_Monitor", - "ts": "2026-04-20T12:30:02+02:00", + "ts": "2026-04-20T13:00:01+02:00", "disk_pct": 77, "disk_free_gb": 34, "growth_per_day_gb": 1.5, diff --git a/api/agent-escalation.json b/api/agent-escalation.json index 998f1d153..51404a98b 100644 --- a/api/agent-escalation.json +++ b/api/agent-escalation.json @@ -1,6 +1,6 @@ { "agent": "V41_Risk_Escalation", - "ts": "2026-04-20T12:45:03+02:00", + "ts": "2026-04-20T13:00:02+02:00", "dg_alerts_active": 7, "wevia_life_stats_preview": "File not found.", "escalation_rules": { diff --git a/api/agent-feature-tracker.json b/api/agent-feature-tracker.json index 53d661cbf..5b8129531 100644 --- a/api/agent-feature-tracker.json +++ b/api/agent-feature-tracker.json @@ -1,12 +1,12 @@ { "agent": "V41_Feature_Adoption_Tracker", - "ts": "2026-04-20T12:00:02+02:00", + "ts": "2026-04-20T13:00:01+02:00", "features_tracked": 15, - "features_used_24h": 12, - "adoption_pct": 80, - "chat_queries_last_1k_log": 10, - "wtp_views_last_1k_log": 15, - "dg_views_last_1k_log": 5, + "features_used_24h": 11, + "adoption_pct": 73, + "chat_queries_last_1k_log": 6, + "wtp_views_last_1k_log": 1, + "dg_views_last_1k_log": 0, "skill_runs_last_1k_log": 0, "recommendation": "UX onboarding tour for unused features", "cron_schedule": "hourly", diff --git a/api/agent-mql-scores.json b/api/agent-mql-scores.json index 34ea62470..8f7f6f585 100644 --- a/api/agent-mql-scores.json +++ b/api/agent-mql-scores.json @@ -1,6 +1,6 @@ { "agent": "V41_MQL_Scoring", - "ts": "2026-04-20T12:00:03+02:00", + "ts": "2026-04-20T13:00:02+02:00", "leads_total": 48, "mql_current": 16, "sql_current": 6, diff --git a/api/agent-risk-monitor.json b/api/agent-risk-monitor.json index 3b747fc79..1121d71a6 100644 --- a/api/agent-risk-monitor.json +++ b/api/agent-risk-monitor.json @@ -1,11 +1,11 @@ { "agent": "V54_Risk_Monitor_Live", - "ts": "2026-04-20T12:30:03+02:00", + "ts": "2026-04-20T13:00:02+02:00", "critical_risks": { "RW01_pipeline_vide": { "pipeline_keur": 0, - "mql_auto": 20, - "residual_risk_pct": 80, + "mql_auto": 19, + "residual_risk_pct": 81, "trend": "mitigation_V42_V45_active" }, "RW02_dependance_ethica": { @@ -22,7 +22,7 @@ }, "RW12_burnout": { "agents_cron_active": 15, - "load_5min": "16.85", + "load_5min": "24.14", "automation_coverage_pct": 70, "residual_risk_pct": 60, "trend": "V52_goldratt_options_active" diff --git a/api/blade-actions-surfaced.json b/api/blade-actions-surfaced.json index 49b729f96..06eec7e3e 100644 --- a/api/blade-actions-surfaced.json +++ b/api/blade-actions-surfaced.json @@ -1,5 +1,5 @@ { - "generated_at": "2026-04-20T12:55:02.282556", + "generated_at": "2026-04-20T13:00:02.009012", "stats": { "total": 26, "pending": 20, diff --git a/api/blade-heartbeat.json b/api/blade-heartbeat.json index bf96a7abd..e57b99906 100644 --- a/api/blade-heartbeat.json +++ b/api/blade-heartbeat.json @@ -1,8 +1,8 @@ { "status": "ALIVE", - "ts": "2026-04-20T12:45:01.598963", - "last_heartbeat": "2026-04-20T12:45:01.598963", - "last_heartbeat_ts_epoch": 1776681901, + "ts": "2026-04-20T13:00:02.039610", + "last_heartbeat": "2026-04-20T13:00:02.039610", + "last_heartbeat_ts_epoch": 1776682802, "tasks_today": 232, "tasks_week": 574, "agent_id": "blade-ops", diff --git a/api/mql-scoring-status.json b/api/mql-scoring-status.json index 909920e55..38abdc36f 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-20T11:00:01+00:00", + "status": "DEPLOYED_AUTO", + "deployed": true, + "algorithm": "weighted_behavioral_signals", + "signals_tracked": { + "wtp_engagement": 66, + "chat_engagement": 0, + "roi_tool": 0, + "email_opened": 0 + }, + "avg_score": 16.5, + "mql_threshold": 50, + "sql_threshold": 75, + "leads_captured": 48, + "mql_auto_scored": 19, + "sql_auto_scored": 8, + "mql_auto_pct": 39, + "improvement_vs_manual": { + "before_manual_pct": 33.3, + "after_auto_pct": 39, + "delta": 5.700000000000003 + }, + "paperclip_db_ok": true, + "paperclip_tables": 1, + "root_cause_resolved": "Lead Qualification goulet 16pct manual resolved via AUTO behavioral scoring" +}