auto-sync via WEVIA git_sync_all intent 2026-04-20T03:18:14+02:00
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"agent": "V41_Risk_Escalation",
|
||||
"ts": "2026-04-20T03:00:04+02:00",
|
||||
"ts": "2026-04-20T03:15:02+02:00",
|
||||
"dg_alerts_active": 0,
|
||||
"wevia_life_stats_preview": "File not found.",
|
||||
"escalation_rules": {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"status": "ALIVE",
|
||||
"ts": "2026-04-20T03:00:02.148728",
|
||||
"last_heartbeat": "2026-04-20T03:00:02.148728",
|
||||
"last_heartbeat_ts_epoch": 1776646802,
|
||||
"ts": "2026-04-20T03:15:02.243275",
|
||||
"last_heartbeat": "2026-04-20T03:15:02.243275",
|
||||
"last_heartbeat_ts_epoch": 1776647702,
|
||||
"tasks_today": 232,
|
||||
"tasks_week": 574,
|
||||
"agent_id": "blade-ops",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ok": true,
|
||||
"version": "V83-business-kpi",
|
||||
"ts": "2026-04-20T01:14:50+00:00",
|
||||
"ts": "2026-04-20T01:18:11+00:00",
|
||||
"summary": {
|
||||
"total_categories": 7,
|
||||
"total_kpis": 56,
|
||||
|
||||
@@ -466,7 +466,7 @@ function renderSidebar(){
|
||||
{id:'all_apis', icon:'🔌', label:'Toutes les APIs', color:'#a855f7', count: TREE.apis?.total||0},
|
||||
{id:'multiagent', icon:'🤖', label:'Multi-Agent Modes', color:'#ef4444', count: TREE.multiagent_modes?.length||0},
|
||||
{id:'truth', icon:'🔒', label:'Truth Registry', color:'#22c55e', count: TREE.truth_registry?.agents||0},
|
||||
{id:\'crm_bridge\', icon:\'🔗\', label:\'CRM Bridge (4 CRMs)\', color:\'#22d3ee\', count: 4},
|
||||
{id:'crm_bridge', icon:'🔗', label:'CRM Bridge (4 CRMs)', color:'#22d3ee', count: 4},
|
||||
];
|
||||
html += extras.map(e => `<div class="wtp-nav-item" data-mod="${e.id}" onclick="navigateTo('${e.id}')">
|
||||
<span class="wtp-nav-icon" style="color:${e.color}">${e.icon}</span>
|
||||
|
||||
Reference in New Issue
Block a user