auto-sync-0010
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled

This commit is contained in:
opus
2026-04-21 00:10:02 +02:00
parent 5889c6e0e1
commit b13f90aaf5
5 changed files with 6586 additions and 1574 deletions

View File

@@ -490,7 +490,7 @@ A.forEach(function(a,i){
card.className='ag-card'+(a.m?' master':'');card.dataset.agent=a.n;card.dataset.tier=a.t;
card.innerHTML=(a.m?'<div class="crown">👑</div>':'')+
'<div class="bubble" data-a="'+a.n+'"></div>'+
(window.WevalAvatar && WevalAvatar.isReady && WevalAvatar.isReady() ? '<span class="p-av" data-agent="'+a.n+'" data-persona="'+WevalAvatar.persona(a.n)+'" title="'+a.n+'">'+WevalAvatar.emoji(a.n)+'</span>' : '<img src="'+url+'" loading="lazy" data-agent="'+a.n+'">')+
((function(n){var r=(window.WevalAvatar&&WevalAvatar.isReady&&WevalAvatar.isReady())?WevalAvatar.get(n):{persona:'human',emoji:'👤'};return '<span class="p-av" data-agent="'+n+'" data-persona="'+(r.persona||'human')+'" title="'+n+'">'+(r.emoji||'👤')+'</span>';})(a.n))+
'<div class="name">'+a.n+'</div>';
card.onclick=function(){
document.getElementById('mImg').src=url;
@@ -1328,32 +1328,28 @@ window.addEventListener('resize',function(){cam.aspect=innerWidth/innerHeight;ca
<script id="d91-archi-rerender">
(function(){
// Once the helper is ready, re-run the card build so persona emojis appear.
// The card build is scene-side (Three.js / CSS2DObject) — easiest: find all existing
// <img data-agent="X"> inside CSS2D layer and swap them for p-av spans.
function swap(){
// V120 SSOT — Update existing p-av spans with WevalAvatar emoji once helper is ready.
// Also remove any legacy <img dicebear/robohash> that might have leaked through.
function refresh(){
if (!window.WevalAvatar || !WevalAvatar.isReady || !WevalAvatar.isReady()) return false;
const nodes = document.querySelectorAll('.ag-card img[src*="robohash"],.ag-card img[src*="dicebear"]');
if (!nodes.length) return true;
nodes.forEach(img => {
const name = img.closest('.ag-card')?.dataset.agent || img.dataset.agent;
// Update spans (created with default 👤 if helper wasn't ready at render time)
document.querySelectorAll('.ag-card .p-av[data-agent]').forEach(span => {
const name = span.dataset.agent;
if (!name) return;
const e = WevalAvatar.get(name);
const span = document.createElement('span');
span.className = 'p-av';
span.dataset.agent = name;
span.dataset.persona = e.persona || 'human';
span.title = name;
span.textContent = e.emoji || '👤';
// copy sizing classes implicit via parent selector
img.parentNode.replaceChild(span, img);
if (e && e.emoji) {
span.textContent = e.emoji;
if (e.persona) span.dataset.persona = e.persona;
}
});
// Cleanup legacy imgs
document.querySelectorAll('.ag-card img[src*="robohash"],.ag-card img[src*="dicebear"]').forEach(img => img.remove());
return true;
}
let tries = 0;
const iv = setInterval(() => {
tries++;
if (swap() || tries > 40) clearInterval(iv);
if (refresh() || tries > 40) clearInterval(iv);
}, 250);
})();
</script>

File diff suppressed because it is too large Load Diff

View File

@@ -1,12 +1,12 @@
{
"test": "biz-scenario-v9.29-extended",
"timestamp": "2026-04-20T21-26-44",
"timestamp": "2026-04-20T22-05-40",
"pages": [
{
"name": "wtp",
"url": "https://weval-consulting.com/weval-technology-platform.html?dev=1",
"ok": true,
"ms": 5772,
"ms": 5665,
"http": 200,
"final_url": "https://weval-consulting.com/weval-technology-platform.html?dev=1",
"found": [
@@ -15,13 +15,13 @@
"Accueil",
"NR "
],
"content_size": 313167
"content_size": 508557
},
{
"name": "erp-gap-fill",
"url": "https://weval-consulting.com/erp-gap-fill-offer.html?dev=1",
"ok": true,
"ms": 3857,
"ms": 3873,
"http": 200,
"final_url": "https://weval-consulting.com/erp-gap-fill-offer.html?dev=1",
"found": [
@@ -36,7 +36,7 @@
"name": "infra-tour",
"url": "https://weval-consulting.com/infra-tour-2s-5c-blade.html?dev=1",
"ok": true,
"ms": 3193,
"ms": 3175,
"http": 200,
"final_url": "https://weval-consulting.com/infra-tour-2s-5c-blade.html?dev=1",
"found": [
@@ -51,7 +51,7 @@
"name": "wevia-master",
"url": "https://weval-consulting.com/wevia-master.html?dev=1",
"ok": true,
"ms": 3660,
"ms": 3652,
"http": 200,
"final_url": "https://weval-consulting.com/login?r=/wevia-master.html?dev=1",
"found": [
@@ -64,7 +64,7 @@
"name": "ethica-hub",
"url": "https://weval-consulting.com/ethica-hub.html?dev=1",
"ok": true,
"ms": 3868,
"ms": 3793,
"http": 200,
"final_url": "https://weval-consulting.com/ethica-hub.html?dev=1",
"found": [
@@ -73,13 +73,13 @@
"161",
"51K"
],
"content_size": 32826
"content_size": 32802
},
{
"name": "enterprise-model",
"url": "https://weval-consulting.com/enterprise-model.html?dev=1",
"ok": true,
"ms": 4141,
"ms": 4128,
"http": 200,
"final_url": "https://weval-consulting.com/login?r=/enterprise-model.html?dev=1",
"found": [
@@ -92,7 +92,7 @@
"name": "growth-engine",
"url": "https://weval-consulting.com/growth-engine-v2.html?dev=1",
"ok": true,
"ms": 5170,
"ms": 5185,
"http": 200,
"final_url": "https://weval-consulting.com/login?r=/growth-engine-v2.html?dev=1",
"found": [
@@ -109,7 +109,7 @@
"name": "agents-archi",
"url": "https://weval-consulting.com/agents-archi.html?dev=1",
"ok": true,
"ms": 5137,
"ms": 5090,
"http": 200,
"final_url": "https://weval-consulting.com/login?r=/agents-archi.html?dev=1",
"found": [
@@ -120,21 +120,21 @@
"content_size": 3843
}
],
"video": "/var/www/html/videos/biz-scenario-2026-04-20T21-26-44.webm",
"video": "/var/www/html/videos/biz-scenario-2026-04-20T22-05-40.webm",
"screenshots": [
"/var/www/html/screenshots/biz-2026-04-20T21-26-44-wtp.png",
"/var/www/html/screenshots/biz-2026-04-20T21-26-44-erp-gap-fill.png",
"/var/www/html/screenshots/biz-2026-04-20T21-26-44-infra-tour.png",
"/var/www/html/screenshots/biz-2026-04-20T21-26-44-wevia-master.png",
"/var/www/html/screenshots/biz-2026-04-20T21-26-44-ethica-hub.png",
"/var/www/html/screenshots/biz-2026-04-20T21-26-44-enterprise-model.png",
"/var/www/html/screenshots/biz-2026-04-20T21-26-44-growth-engine.png",
"/var/www/html/screenshots/biz-2026-04-20T21-26-44-agents-archi.png"
"/var/www/html/screenshots/biz-2026-04-20T22-05-40-wtp.png",
"/var/www/html/screenshots/biz-2026-04-20T22-05-40-erp-gap-fill.png",
"/var/www/html/screenshots/biz-2026-04-20T22-05-40-infra-tour.png",
"/var/www/html/screenshots/biz-2026-04-20T22-05-40-wevia-master.png",
"/var/www/html/screenshots/biz-2026-04-20T22-05-40-ethica-hub.png",
"/var/www/html/screenshots/biz-2026-04-20T22-05-40-enterprise-model.png",
"/var/www/html/screenshots/biz-2026-04-20T22-05-40-growth-engine.png",
"/var/www/html/screenshots/biz-2026-04-20T22-05-40-agents-archi.png"
],
"duration_ms": 35594,
"duration_ms": 34946,
"status": "100%",
"pass": 8,
"total": 8,
"pct": 100,
"video_size": 1802908
"video_size": 1921722
}

View File

@@ -1,281 +0,0 @@
{
"ts": "2026-04-20T22:05:01+00:00",
"server": "s204",
"s204": {
"load": 10.01,
"uptime": "2026-04-14 11:51:24",
"ram_total_mb": 31335,
"ram_used_mb": 14753,
"ram_free_mb": 16581,
"disk_total": "150G",
"disk_used": "113G",
"disk_free": "32G",
"disk_pct": "79%",
"fpm_workers": 120,
"docker_containers": 19,
"cpu_cores": 8
},
"s95": {
"load": 0.03,
"disk_pct": "82%",
"status": "UP",
"ram_total_mb": 15610,
"ram_free_mb": 12028
},
"pmta": [
{
"name": "SER6",
"ip": "110.239.84.121",
"status": "DOWN"
},
{
"name": "SER7",
"ip": "110.239.65.64",
"status": "DOWN"
},
{
"name": "SER8",
"ip": "182.160.55.107",
"status": "DOWN"
},
{
"name": "SER9",
"ip": "110.239.86.68",
"status": "DOWN"
}
],
"assets": {
"html_pages": 292,
"php_apis": 762,
"wiki_entries": 1861,
"vault_doctrines": 59,
"vault_sessions": 104,
"vault_decisions": 12
},
"tools": {
"total": 627,
"registry_version": "?"
},
"sovereign": {
"status": "UP",
"providers": [
"Cerebras-fast",
"Cerebras-think",
"Groq",
"Cloudflare-AI",
"Gemini",
"SambaNova",
"NVIDIA-NIM",
"Mistral",
"Groq-OSS",
"HF-Space",
"HF-Router",
"OpenRouter",
"GitHub-Models"
],
"active": 13,
"total": 13,
"primary": "Cerebras-fast",
"cost": "0€"
},
"ethica": {
"total_hcps": 161730,
"with_email": 110546,
"with_phone": 155145,
"gap_email": 51184,
"pct_email": 68.4,
"pct_phone": 95.9,
"by_country": [
{
"country": "DZ",
"hcps": 122337,
"with_email": 78457,
"with_tel": 119394,
"pct_email": 64.1,
"pct_tel": 97.6
},
{
"country": "MA",
"hcps": 19720,
"with_email": 15071,
"with_tel": 18733,
"pct_email": 76.4,
"pct_tel": 95
},
{
"country": "TN",
"hcps": 17794,
"with_email": 15139,
"with_tel": 17018,
"pct_email": 85.1,
"pct_tel": 95.6
},
{
"country": "INTL",
"hcps": 1879,
"with_email": 1879,
"with_tel": 0,
"pct_email": 100,
"pct_tel": 0
}
]
},
"docker": [
{
"name": "loki",
"status": "Up 4 days",
"ports": ""
},
{
"name": "listmonk",
"status": "Up 4 days",
"ports": ""
},
{
"name": "plausible-plausible-1",
"status": "Up 3 days",
"ports": ""
},
{
"name": "plausible-plausible-db-1",
"status": "Up 3 days",
"ports": ""
},
{
"name": "plausible-plausible-events-db-1",
"status": "Up 3 days",
"ports": ""
},
{
"name": "n8n-docker-n8n-1",
"status": "Up 4 days",
"ports": ""
},
{
"name": "mattermost-docker-mm-db-1",
"status": "Up 4 days",
"ports": ""
},
{
"name": "mattermost-docker-mattermost-1",
"status": "Up 4 days (healthy)",
"ports": ""
},
{
"name": "twenty",
"status": "Up 4 days",
"ports": ""
},
{
"name": "twenty-redis",
"status": "Up 4 days",
"ports": ""
},
{
"name": "langfuse",
"status": "Up 4 days",
"ports": ""
},
{
"name": "redis-weval",
"status": "Up 6 days",
"ports": ""
},
{
"name": "gitea",
"status": "Up 6 days",
"ports": ""
},
{
"name": "node-exporter",
"status": "Up 6 days",
"ports": ""
},
{
"name": "prometheus",
"status": "Up 6 days",
"ports": ""
},
{
"name": "searxng",
"status": "Up 6 days",
"ports": ""
},
{
"name": "uptime-kuma",
"status": "Up 22 hours (healthy)",
"ports": ""
},
{
"name": "vaultwarden",
"status": "Up 6 days (healthy)",
"ports": ""
},
{
"name": "qdrant",
"status": "Up 6 days",
"ports": ""
}
],
"crons": {
"active": 35
},
"git": {
"head": "85e7dcd2d AUTO-BACKUP 20260421-0005",
"dirty": 1,
"status": "DIRTY"
},
"nonreg": {
"total": 153,
"passed": 153,
"score": "100%"
},
"services": [
{
"name": "DeerFlow",
"port": 3002,
"status": "UP"
},
{
"name": "DeerFlow API",
"port": 8001,
"status": "UP"
},
{
"name": "Qdrant",
"port": 6333,
"status": "UP"
},
{
"name": "Ollama",
"port": 11434,
"status": "UP"
},
{
"name": "Redis",
"port": 6379,
"status": "UP"
},
{
"name": "Sovereign",
"port": 4000,
"status": "UP"
},
{
"name": "SearXNG",
"port": 8080,
"status": "UP"
}
],
"whisper": {
"binary": "COMPILED",
"model": "142MB"
},
"grand_total": 3620,
"health": {
"score": 4,
"max": 6,
"pct": 67
},
"elapsed_ms": 11835
}

View File

@@ -1,7 +1,7 @@
{
"ok": true,
"version": "V83-business-kpi",
"ts": "2026-04-20T22:05:34+00:00",
"ts": "2026-04-20T22:08:02+00:00",
"summary": {
"total_categories": 7,
"total_kpis": 56,