auto-sync-1605

This commit is contained in:
opus
2026-04-20 16:05:02 +02:00
parent cc6f466871
commit 109078bdcc
15 changed files with 2094 additions and 123 deletions

View File

@@ -1,6 +1,6 @@
{
"agent": "V41_Risk_Escalation",
"ts": "2026-04-20T15:45:03+02:00",
"ts": "2026-04-20T16:00:02+02:00",
"dg_alerts_active": 7,
"wevia_life_stats_preview": "{
"ok": true,

View File

@@ -1,12 +1,12 @@
{
"agent": "V41_Feature_Adoption_Tracker",
"ts": "2026-04-20T15:00:02+02:00",
"ts": "2026-04-20T16:00:01+02:00",
"features_tracked": 15,
"features_used_24h": 11,
"adoption_pct": 73,
"chat_queries_last_1k_log": 7,
"wtp_views_last_1k_log": 9,
"dg_views_last_1k_log": 0,
"chat_queries_last_1k_log": 5,
"wtp_views_last_1k_log": 0,
"dg_views_last_1k_log": 4,
"skill_runs_last_1k_log": 0,
"recommendation": "UX onboarding tour for unused features",
"cron_schedule": "hourly",

View File

@@ -1,6 +1,6 @@
{
"agent": "V45_Leads_Sync",
"ts": "2026-04-20T15:50:02+02:00",
"ts": "2026-04-20T16:00:04+02:00",
"paperclip_total": 48,
"active_customer": 4,
"warm_prospect": 5,

View File

@@ -1,6 +1,6 @@
{
"agent": "V41_MQL_Scoring",
"ts": "2026-04-20T15:00:02+02:00",
"ts": "2026-04-20T16:00:02+02:00",
"leads_total": 48,
"mql_current": 16,
"sql_current": 6,

View File

@@ -1,6 +1,6 @@
{
"agent": "V54_Risk_Monitor_Live",
"ts": "2026-04-20T15:30:03+02:00",
"ts": "2026-04-20T16:00:03+02:00",
"critical_risks": {
"RW01_pipeline_vide": {
"pipeline_keur": 0,
@@ -22,7 +22,7 @@
},
"RW12_burnout": {
"agents_cron_active": 15,
"load_5min": "3.88",
"load_5min": "2.95",
"automation_coverage_pct": 70,
"residual_risk_pct": 60,
"trend": "V52_goldratt_options_active"

View File

@@ -1,13 +1,13 @@
{
"timestamp": "2026-04-20 14:00",
"timestamp": "2026-04-20 16:00",
"sections": {
"servers": {
"S204": {
"docker": 19,
"disk": "77%",
"ram": "11Gi/30Gi",
"load": "1.63",
"uptime": "up 6 days, 2 hours, 8 minutes"
"disk": "78%",
"ram": "12Gi/30Gi",
"load": "1.08",
"uptime": "up 6 days, 4 hours, 8 minutes"
}
},
"docker": {
@@ -70,48 +70,48 @@
},
{
"name": "redis-weval",
"status": "Up 5 days",
"status": "Up 6 days",
"ports": ""
},
{
"name": "gitea",
"status": "Up 5 days",
"status": "Up 6 days",
"ports": ""
},
{
"name": "node-exporter",
"status": "Up 5 days",
"status": "Up 6 days",
"ports": ""
},
{
"name": "prometheus",
"status": "Up 5 days",
"status": "Up 6 days",
"ports": ""
},
{
"name": "searxng",
"status": "Up 5 days",
"status": "Up 6 days",
"ports": ""
},
{
"name": "uptime-kuma",
"status": "Up 12 hours (healthy)",
"status": "Up 14 hours (healthy)",
"ports": ""
},
{
"name": "vaultwarden",
"status": "Up 5 days (healthy)",
"status": "Up 6 days (healthy)",
"ports": ""
},
{
"name": "qdrant",
"status": "Up 5 days",
"status": "Up 6 days",
"ports": ""
}
]
},
"apis": {
"count": 264,
"count": 266,
"files": [
"wevia-stream-sovereign.php",
"wevia-pending-loader.php",
@@ -155,6 +155,7 @@
"wevia-daily-standup.php",
"wevia-wave114.php",
"wevia-admin-data.php",
"wevia-truth-api.php",
"wevia-rnd.php",
"wevia-tools.php",
"wevia-orphans-mapper.php",
@@ -364,6 +365,7 @@
"weval-technology-platform-api-v80.php",
"weval-sitemap-api.php",
"weval-ia-safe.php",
"weval-unified-orchestrator.php",
"weval-ia-fast.php",
"weval-technology-platform-api.php",
"weval-ia-render.php",
@@ -387,15 +389,17 @@
"count": 835
},
"crons": {
"count": 42,
"count": 44,
"files": [
"weval-oss-cache",
"weval-biz-scenario-daily",
"weval-agent-factory",
"weval-ux-agent",
"weval-ai-gap",
"weval-agent-chef",
"weval-ai-improve",
"weval-meeting-populator",
"weval-l99-state-updater",
"weval-l99-security",
"weval-meeting-weekly",
"weval-paperclip-sync",
@@ -434,7 +438,7 @@
]
},
"qdrant": {
"total": 22103,
"total": 22105,
"collections": {
"weval_skills": 19089,
"wevia_graph": 3,
@@ -449,7 +453,7 @@
"kb_bpmn_patterns": 7,
"kb_dmaic_playbooks": 7,
"kb_wevads_deliv": 6,
"wevia_memory_768": 80,
"wevia_memory_768": 82,
"wevia_kb_768": 255,
"weval_agents_registry": 50,
"wevia_kb": 386,
@@ -470,7 +474,7 @@
]
},
"pages": {
"count": 284
"count": 288
},
"opt_tools": {
"count": 91

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
{
"status": "ALIVE",
"ts": "2026-04-20T15:45:01.656964",
"last_heartbeat": "2026-04-20T15:45:01.656964",
"last_heartbeat_ts_epoch": 1776692701,
"ts": "2026-04-20T16:00:01.852387",
"last_heartbeat": "2026-04-20T16:00:01.852387",
"last_heartbeat_ts_epoch": 1776693601,
"tasks_today": 232,
"tasks_week": 574,
"agent_id": "blade-ops",

View File

@@ -1,21 +1,21 @@
{
"timestamp": "2026-04-20 12:00",
"timestamp": "2026-04-20 16:00",
"checks": {
"registry": "0 agents",
"system": {
"docker": "19",
"ram": "12Gi/30Gi",
"disk": "77%",
"load": "7.98",
"uptime": "up 6 days, 8 minutes"
"disk": "78%",
"load": "1.08",
"uptime": "up 6 days, 4 hours, 8 minutes"
},
"services": "7/10 OK",
"nonreg": "153/153 (100%)",
"qdrant": "21259 vectors",
"crons": "42 active",
"crons": "44 active",
"routes": "445",
"dataset": "5751 pairs",
"wiki": "1787 entries",
"wiki": "1798 entries",
"enterprise": "750 agents (dorm=0 dead=167)"
},
"analysis": "Analyse indisponible"

View File

@@ -1,7 +1,7 @@
{
"ok": true,
"agent": "V42_MQL_Scoring_Agent_REAL",
"ts": "2026-04-20T13:50:01+00:00",
"ts": "2026-04-20T14:00:01+00:00",
"status": "DEPLOYED_AUTO",
"deployed": true,
"algorithm": "weighted_behavioral_signals",

View File

@@ -2,7 +2,7 @@
{
"name": "weval-l99",
"path": "/opt/weval-l99",
"files": 474,
"files": 503,
"has_readme": false,
"has_skill": false,
"has_python": true,
@@ -10,7 +10,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.646441"
"discovered": "2026-04-20T16:00:03.871693"
},
{
"name": "wevia-brain",
@@ -23,7 +23,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.770638"
"discovered": "2026-04-20T16:00:04.017709"
},
{
"name": "skills",
@@ -36,7 +36,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.351201"
"discovered": "2026-04-20T16:00:03.553767"
},
{
"name": "everything-claude-code",
@@ -49,7 +49,7 @@
"has_docker": false,
"wired": true,
"description": "**Language:** English | [Português (Brasil)](docs/pt-BR/README.md) | [简体中文](README.zh-CN.md) | [繁體中文](docs/zh-TW/README.md) | [日本語](docs/ja-JP/README.",
"discovered": "2026-04-20T15:00:02.715819"
"discovered": "2026-04-20T16:00:02.809518"
},
{
"name": "open-webui-fresh",
@@ -62,7 +62,7 @@
"has_docker": true,
"wired": true,
"description": "# Open WebUI 👋 ![GitHub stars](https://img.shields.io/github/stars/open-webui/open-webui?style=social) ![GitHub forks](https://img.shields.io/github/",
"discovered": "2026-04-20T15:00:02.983860"
"discovered": "2026-04-20T16:00:03.298982"
},
{
"name": "weval-nonreg",
@@ -75,7 +75,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.680717"
"discovered": "2026-04-20T16:00:03.904213"
},
{
"name": "activepieces",
@@ -88,7 +88,7 @@
"has_docker": true,
"wired": true,
"description": " <h1 align=\"center\"> <a target=\"_blank\" href=\"https://activepieces.com\" > <img align=\"center\" alt=\"Activepieces\" src=\"http",
"discovered": "2026-04-20T15:00:02.485274"
"discovered": "2026-04-20T16:00:02.559937"
},
{
"name": "oh-my-claudecode",
@@ -101,7 +101,7 @@
"has_docker": false,
"wired": true,
"description": "English | [한국어](README.ko.md) | [中文](README.zh.md) | [日本語](README.ja.md) | [Español](README.es.md) | [Tiếng Việt](README.vi.md) | [Português](README.p",
"discovered": "2026-04-20T15:00:02.976085"
"discovered": "2026-04-20T16:00:03.256278"
},
{
"name": "mxyhi_ok-skills",
@@ -114,7 +114,7 @@
"has_docker": false,
"wired": true,
"description": "# OK Skills: AI Coding Agent Skills for Codex, Claude Code, Cursor, OpenClaw, and More English | [简体中文](README.zh-CN.md) | [繁體中文](README.zh-TW.md) | ",
"discovered": "2026-04-20T15:00:02.923603"
"discovered": "2026-04-20T16:00:03.183776"
},
{
"name": "SuperClaude_Framework",
@@ -127,7 +127,7 @@
"has_docker": false,
"wired": true,
"description": "<div align=\"center\"> # 🚀 SuperClaude Framework [![Run in Smithery](https://smithery.ai/badge/skills/SuperClaude-Org)](https://smithery.ai/skills?ns=",
"discovered": "2026-04-20T15:00:02.465006"
"discovered": "2026-04-20T16:00:02.553873"
},
{
"name": "paperclip-weval",
@@ -140,7 +140,7 @@
"has_docker": true,
"wired": true,
"description": "<p align=\"center\"> <img src=\"doc/assets/header.png\" alt=\"Paperclip — runs your business\" width=\"720\" /> </p> <p align=\"center\"> <a href=\"#quickst",
"discovered": "2026-04-20T15:00:03.004570"
"discovered": "2026-04-20T16:00:03.360822"
},
{
"name": "vllm",
@@ -153,7 +153,7 @@
"has_docker": false,
"wired": true,
"description": "<!-- markdownlint-disable MD001 MD041 --> <p align=\"center\"> <picture> <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubus",
"discovered": "2026-04-20T15:00:03.525799"
"discovered": "2026-04-20T16:00:03.729564"
},
{
"name": "deer-flow",
@@ -166,7 +166,7 @@
"has_docker": false,
"wired": true,
"description": "# 🦌 DeerFlow - 2.0 English | [中文](./README_zh.md) | [日本語](./README_ja.md) | [Français](./README_fr.md) | [Русский](./README_ru.md) [![Python](https:",
"discovered": "2026-04-20T15:00:02.688338"
"discovered": "2026-04-20T16:00:02.790729"
},
{
"name": "system-prompts-ai",
@@ -179,7 +179,7 @@
"has_docker": false,
"wired": true,
"description": "<p align=\"center\"> Support my work here: <a href=\"https://bags.fm/DEffWzJyaFRNyA4ogUox631hfHuv3KLeCcpBh2ipBAGS\">Bags.fm</a> • <a href=\"https://",
"discovered": "2026-04-20T15:00:03.501687"
"discovered": "2026-04-20T16:00:03.651180"
},
{
"name": "librechat",
@@ -192,7 +192,7 @@
"has_docker": true,
"wired": true,
"description": "<p align=\"center\"> <a href=\"https://librechat.ai\"> <img src=\"client/public/assets/logo.svg\" height=\"256\"> </a> <h1 align=\"center\"> <a hr",
"discovered": "2026-04-20T15:00:02.802587"
"discovered": "2026-04-20T16:00:02.964235"
},
{
"name": "listmonk",
@@ -205,7 +205,7 @@
"has_docker": true,
"wired": true,
"description": "<a href=\"https://zerodha.tech\"><img src=\"https://zerodha.tech/static/images/github-badge.svg\" align=\"right\" /></a> [![listmonk-logo](https://user-ima",
"discovered": "2026-04-20T15:00:02.812414"
"discovered": "2026-04-20T16:00:02.978673"
},
{
"name": "claw-code",
@@ -218,7 +218,7 @@
"has_docker": false,
"wired": true,
"description": "<div align=\"center\"> <img src=\"https://github.com/2214962083/2214962083/assets/34775414/a48b745f-c803-4884-95a8-26c63f7f5b53\" alt=\"icon\"/> <h1 align=",
"discovered": "2026-04-20T15:00:02.659572"
"discovered": "2026-04-20T16:00:02.730315"
},
{
"name": "rnd-edict",
@@ -231,7 +231,7 @@
"has_docker": true,
"wired": true,
"description": "<h1 align=\"center\">⚔️ 三省六部 · Edict</h1> <p align=\"center\"> <strong>我用 1300 年前的帝国制度,重新设计了 AI 多 Agent 协作架构。<br>结果发现,古人比现代 AI 框架更懂分权制衡。</strong> </p> ",
"discovered": "2026-04-20T15:00:03.292872"
"discovered": "2026-04-20T16:00:03.517873"
},
{
"name": "anythingllm",
@@ -244,7 +244,7 @@
"has_docker": false,
"wired": true,
"description": "<a name=\"readme-top\"></a> <p align=\"center\"> <a href=\"https://anythingllm.com\"><img src=\"https://github.com/Mintplex-Labs/anything-llm/blob/master/",
"discovered": "2026-04-20T15:00:02.525487"
"discovered": "2026-04-20T16:00:02.602003"
},
{
"name": "modelscope-hub",
@@ -257,7 +257,7 @@
"has_docker": false,
"wired": true,
"description": " <p align=\"center\"> <br> <img src=\"https://modelscope.oss-cn-beijing.aliyuncs.com/modelscope.gif\" width=\"400\"/> <br> <p> <div align=\"cent",
"discovered": "2026-04-20T15:00:02.904928"
"discovered": "2026-04-20T16:00:03.171893"
},
{
"name": "antigravity-awesome-skills",
@@ -270,7 +270,7 @@
"has_docker": false,
"wired": true,
"description": "<!-- registry-sync: version=9.4.0; skills=1340; stars=28867; updated_at=2026-03-31T16:30:41+00:00 --> # 🌌 Antigravity Awesome Skills: 1,340+ Agentic S",
"discovered": "2026-04-20T15:00:02.512481"
"discovered": "2026-04-20T16:00:02.590740"
},
{
"name": "deepagent",
@@ -283,7 +283,7 @@
"has_docker": false,
"wired": true,
"description": "# DeepAgents 기반 Research Multi Agent System Agent 2.0 Paradigm 을 잘 구현하는 DeepAgent 를 활용해서, FileSystem 기반 Context Engineering 을 원활히 수행하는 Research 용 Mul",
"discovered": "2026-04-20T15:00:02.670144"
"discovered": "2026-04-20T16:00:02.771811"
},
{
"name": "whisper.cpp",
@@ -296,7 +296,7 @@
"has_docker": false,
"wired": true,
"description": "# whisper.cpp ![whisper.cpp](https://user-images.githubusercontent.com/1991296/235238348-05d0f6a4-da44-4900-a1de-d0707e75b763.jpeg) [![Actions Statu",
"discovered": "2026-04-20T15:00:03.810302"
"discovered": "2026-04-20T16:00:04.050807"
},
{
"name": "rnd-astron-agent",
@@ -309,7 +309,7 @@
"has_docker": false,
"wired": true,
"description": "[![Astron_Readme](./docs/imgs/Astron_Readme.png)](https://agent.xfyun.cn) <div align=\"center\"> [![License](https://img.shields.io/badge/license-apac",
"discovered": "2026-04-20T15:00:03.244965"
"discovered": "2026-04-20T16:00:03.492173"
},
{
"name": "sovereign-api",
@@ -322,7 +322,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.420570"
"discovered": "2026-04-20T16:00:03.596218"
},
{
"name": "autogen",
@@ -335,7 +335,7 @@
"has_docker": false,
"wired": true,
"description": "<a name=\"readme-top\"></a> <div align=\"center\"> <img src=\"https://microsoft.github.io/autogen/0.2/img/ag.svg\" alt=\"AutoGen Logo\" width=\"100\"> [![Twit",
"discovered": "2026-04-20T15:00:02.566826"
"discovered": "2026-04-20T16:00:02.620506"
},
{
"name": "HolyClaude",
@@ -348,7 +348,7 @@
"has_docker": true,
"wired": true,
"description": "🌍 **English** | [Español](docs/translations/README.es.md) | [Français](docs/translations/README.fr.md) | [Italiano](docs/translations/README.it.md) | ",
"discovered": "2026-04-20T15:00:02.420225"
"discovered": "2026-04-20T16:00:02.532536"
},
{
"name": "aios",
@@ -361,7 +361,7 @@
"has_docker": true,
"wired": true,
"description": "# AIOS: AI Agent Operating System <a href='https://arxiv.org/abs/2403.16971'><img src='https://img.shields.io/badge/Paper-PDF-red'></a> <a href='http",
"discovered": "2026-04-20T15:00:02.499132"
"discovered": "2026-04-20T16:00:02.570351"
},
{
"name": "rnd-agent-framework",
@@ -374,7 +374,7 @@
"has_docker": false,
"wired": true,
"description": "![Microsoft Agent Framework](docs/assets/readme-banner.png) # Welcome to Microsoft Agent Framework! [![Microsoft Foundry Discord](https://dcbadge.li",
"discovered": "2026-04-20T15:00:03.133158"
"discovered": "2026-04-20T16:00:03.460615"
},
{
"name": "weval-ops",
@@ -387,7 +387,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.704694"
"discovered": "2026-04-20T16:00:03.936033"
},
{
"name": "awesome-claude-code-toolkit",
@@ -400,7 +400,7 @@
"has_docker": false,
"wired": true,
"description": "# Claude Code Toolkit **The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via [SkillKit](https://agenstskills",
"discovered": "2026-04-20T15:00:02.615658"
"discovered": "2026-04-20T16:00:02.667008"
},
{
"name": "mirofish",
@@ -413,7 +413,7 @@
"has_docker": true,
"wired": true,
"description": "<div align=\"center\"> <img src=\"./static/image/MiroFish_logo_compressed.jpeg\" alt=\"MiroFish Logo\" width=\"75%\"/> <a href=\"https://trendshift.io/reposi",
"discovered": "2026-04-20T15:00:02.888614"
"discovered": "2026-04-20T16:00:03.137596"
},
{
"name": "claude-mem",
@@ -426,7 +426,7 @@
"has_docker": false,
"wired": true,
"description": "# claude-code-auto-memory **Your CLAUDE.md, always in sync.** Minimal tokens. Zero config. Just works. A Claude Code plugin that watches what Claude",
"discovered": "2026-04-20T15:00:02.644880"
"discovered": "2026-04-20T16:00:02.694375"
},
{
"name": "huggingface-skills",
@@ -439,7 +439,7 @@
"has_docker": false,
"wired": true,
"description": "# Hugging Face Skills Hugging Face Skills are definitions for AI/ML tasks like dataset creation, model training, and evaluation. They are interoperab",
"discovered": "2026-04-20T15:00:02.765954"
"discovered": "2026-04-20T16:00:02.902712"
},
{
"name": "supermemory",
@@ -452,7 +452,7 @@
"has_docker": false,
"wired": true,
"description": "<p align=\"center\"> <picture> <source srcset=\"apps/web/public/logo-fullmark.svg\" media=\"(prefers-color-scheme: dark)\"> <source srcset=\"apps/w",
"discovered": "2026-04-20T15:00:03.479996"
"discovered": "2026-04-20T16:00:03.630263"
},
{
"name": "wevads",
@@ -465,7 +465,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.557832"
"discovered": "2026-04-20T16:00:03.759415"
},
{
"name": "fmgapp",
@@ -478,7 +478,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:02.742984"
"discovered": "2026-04-20T16:00:02.867237"
},
{
"name": "obsidian-vault",
@@ -491,7 +491,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:02.965077"
"discovered": "2026-04-20T16:00:03.204792"
},
{
"name": "rnd-agents",
@@ -504,7 +504,7 @@
"has_docker": false,
"wired": true,
"description": "# Claude Code Plugins: Orchestration and Automation > **⚡ Updated for Opus 4.6, Sonnet 4.6 & Haiku 4.5** — Three-tier model strategy for optimal perf",
"discovered": "2026-04-20T15:00:03.170113"
"discovered": "2026-04-20T16:00:03.488454"
},
{
"name": "FrancyJGLisboa_agent-skill-creator",
@@ -517,7 +517,7 @@
"has_docker": false,
"wired": true,
"description": "# Agent Skill Creator **Turn any workflow into reusable AI agent software that installs on 14+ tools — no spec writing, no prompt engineering, no cod",
"discovered": "2026-04-20T15:00:02.402700"
"discovered": "2026-04-20T16:00:02.516363"
},
{
"name": "skillsmith",
@@ -530,7 +530,7 @@
"has_docker": false,
"wired": true,
"description": "<div align=\"center\"> <img src=\"terminal.svg\" alt=\"Skillsmith terminal\" width=\"740\"/> </div> <div align=\"center\"> # Skillsmith **Build consistent ",
"discovered": "2026-04-20T15:00:03.389714"
"discovered": "2026-04-20T16:00:03.578919"
},
{
"name": "awesome-agent-skills",
@@ -543,7 +543,7 @@
"has_docker": false,
"wired": true,
"description": "<a href=\"https://github.com/VoltAgent/voltagent\"> <img width=\"1500\" height=\"801\" alt=\"claude-skills\" src=\"https://github.com/user-attachments/ass",
"discovered": "2026-04-20T15:00:02.578193"
"discovered": "2026-04-20T16:00:02.637205"
},
{
"name": "paperclip-skills",
@@ -556,7 +556,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:02.986833"
"discovered": "2026-04-20T16:00:03.341286"
},
{
"name": "jzOcb_writing-style-skill",
@@ -569,7 +569,7 @@
"has_docker": false,
"wired": true,
"description": "# Writing Style Skill 可复用的写作风格 Skill 模板。**内置自动学习** — 从你的修改中自动提取规则SKILL.md 越用越准。 兼容 **Claude Code** + **OpenClaw (ClawHub)**。 ## 原理 ``` AI 用 SKILL",
"discovered": "2026-04-20T15:00:02.776977"
"discovered": "2026-04-20T16:00:02.914989"
},
{
"name": "qdrant-data",
@@ -582,7 +582,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.028664"
"discovered": "2026-04-20T16:00:03.435480"
},
{
"name": "wazuh",
@@ -595,7 +595,7 @@
"has_docker": true,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.555900"
"discovered": "2026-04-20T16:00:03.757360"
},
{
"name": "plausible",
@@ -608,7 +608,7 @@
"has_docker": true,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.012117"
"discovered": "2026-04-20T16:00:03.377261"
},
{
"name": "pmta",
@@ -621,7 +621,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.013832"
"discovered": "2026-04-20T16:00:03.383951"
},
{
"name": "render-configs",
@@ -634,7 +634,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.071116"
"discovered": "2026-04-20T16:00:03.438155"
},
{
"name": "searxng",
@@ -647,7 +647,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.341781"
"discovered": "2026-04-20T16:00:03.551739"
},
{
"name": "weval-guardian",
@@ -660,7 +660,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.637460"
"discovered": "2026-04-20T16:00:03.824217"
},
{
"name": "weval-litellm",
@@ -673,7 +673,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.654229"
"discovered": "2026-04-20T16:00:03.889614"
},
{
"name": "weval-security",
@@ -686,7 +686,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.734518"
"discovered": "2026-04-20T16:00:03.981258"
},
{
"name": "archive",
@@ -699,7 +699,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:02.545439"
"discovered": "2026-04-20T16:00:02.615127"
},
{
"name": "loki",
@@ -712,7 +712,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:02.845375"
"discovered": "2026-04-20T16:00:03.073727"
},
{
"name": "ruflo",
@@ -725,7 +725,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.339666"
"discovered": "2026-04-20T16:00:03.525896"
},
{
"name": "twenty",
@@ -738,7 +738,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.507472"
"discovered": "2026-04-20T16:00:03.671753"
},
{
"name": "weval-crewai",
@@ -751,7 +751,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.592752"
"discovered": "2026-04-20T16:00:03.794880"
},
{
"name": "weval-plugins",
@@ -764,7 +764,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.706802"
"discovered": "2026-04-20T16:00:03.948370"
},
{
"name": "weval-radar",
@@ -777,7 +777,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.723178"
"discovered": "2026-04-20T16:00:03.958208"
},
{
"name": "weval-scrapy",
@@ -790,7 +790,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.727764"
"discovered": "2026-04-20T16:00:03.976068"
},
{
"name": "langfuse",
@@ -803,7 +803,7 @@
"has_docker": true,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:02.778806"
"discovered": "2026-04-20T16:00:02.937114"
},
{
"name": "litellm",
@@ -816,7 +816,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:02.830433"
"discovered": "2026-04-20T16:00:03.030419"
},
{
"name": "mattermost-docker",
@@ -829,7 +829,7 @@
"has_docker": true,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:02.878949"
"discovered": "2026-04-20T16:00:03.108925"
},
{
"name": "prometheus",
@@ -842,7 +842,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.026631"
"discovered": "2026-04-20T16:00:03.397632"
},
{
"name": "twenty-compose",
@@ -855,7 +855,7 @@
"has_docker": true,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.521408"
"discovered": "2026-04-20T16:00:03.675439"
},
{
"name": "weval-ux",
@@ -868,7 +868,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.768195"
"discovered": "2026-04-20T16:00:03.997465"
},
{
"name": "wevia-integrity",
@@ -881,7 +881,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.807532"
"discovered": "2026-04-20T16:00:04.045208"
},
{
"name": "DiffusionDB",
@@ -894,7 +894,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:02.391487"
"discovered": "2026-04-20T16:00:02.474418"
},
{
"name": "LTX-Video",
@@ -907,7 +907,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:02.442997"
"discovered": "2026-04-20T16:00:02.548898"
},
{
"name": "localai",
@@ -920,7 +920,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:02.832557"
"discovered": "2026-04-20T16:00:03.052313"
},
{
"name": "wevia-finetune",
@@ -933,6 +933,6 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T15:00:03.795515"
"discovered": "2026-04-20T16:00:04.027411"
}
]

View File

@@ -1,5 +1,5 @@
{
"timestamp": "2026-04-20T15:30:04",
"timestamp": "2026-04-20T16:00:05",
"features": {
"total": 36,
"pass": 35
@@ -13,7 +13,7 @@
"score": 97.2,
"log": [
"=== UX AGENT v1.0 ===",
"Time: 2026-04-20 15:30:02",
"Time: 2026-04-20 16:00:01",
" core: 4/4",
" layout: 3/4",
" interaction: 6/6",

View File

@@ -1,7 +1,7 @@
{
"ok": true,
"version": "V83-business-kpi",
"ts": "2026-04-20T13:55:52+00:00",
"ts": "2026-04-20T14:00:33+00:00",
"summary": {
"total_categories": 7,
"total_kpis": 56,

View File

@@ -1,5 +1,5 @@
{
"timestamp": "2026-04-20 10:00:02",
"timestamp": "2026-04-20 14:00:01",
"frameworks": [
{
"name": "Lean Six Sigma",
@@ -8,17 +8,17 @@
{
"name": "KPIs defined",
"ok": true,
"detail": "Quality=98.3%"
"detail": "Quality=99%"
},
{
"name": "Monitoring",
"ok": true,
"detail": "66 crons"
"detail": "70 crons"
},
{
"name": "Quality>95",
"ok": true,
"detail": "98.3%"
"detail": "99%"
},
{
"name": "Auto-fix",
@@ -46,7 +46,7 @@
{
"name": "Change Mgmt",
"ok": true,
"detail": "3709 commits\/7d"
"detail": "3791 commits\/7d"
},
{
"name": "SLA Monitor",
@@ -74,7 +74,7 @@
{
"name": "Process monitor",
"ok": true,
"detail": "66 crons"
"detail": "70 crons"
},
{
"name": "Continuous improvement",
@@ -84,7 +84,7 @@
{
"name": "Nonconformity",
"ok": true,
"detail": "98.3%"
"detail": "99%"
}
],
"s": 3,
@@ -135,7 +135,7 @@
{
"name": "Disk<85%",
"ok": true,
"detail": "77%"
"detail": "78%"
},
{
"name": "Local inference",
@@ -153,7 +153,7 @@
{
"name": "CI\/CD",
"ok": true,
"detail": "3709 commits"
"detail": "3791 commits"
},
{
"name": "Auto testing",
@@ -163,7 +163,7 @@
{
"name": "DevOps",
"ok": true,
"detail": "66 pipelines"
"detail": "70 pipelines"
},
{
"name": "Retrospective",

View File

@@ -268,4 +268,5 @@ fetch('/api/ecosystem-health.php').then(r=>r.text().then(t=>{/* HTML_GUARD_V2_BA
<div class="card wiki-item" data-tags="autosync wiki-autosync-20260420040002"><h2 style="border:0;margin:0;padding:0">📌 2026-04-20 AUTO-SYNC: 10 commits — 89d0ffec5 aut</h2><div style="color:#94a3b8;font-size:10px;margin-top:6px">2026-04-20 AUTO-SYNC: 10 commits — 89d0ffec5 auto-commit via WEVIA vault_git intent 2026-04-20T01:55:01+00:00<br><span style="color:#06b6d4">[wiki-auto-append 20/04 04:00]</span></div></div>
<div class="card wiki-item" data-tags="autosync wiki-autosync-20260420080002"><h2 style="border:0;margin:0;padding:0">📌 2026-04-20 AUTO-SYNC: 10 commits — 465027234 aut</h2><div style="color:#94a3b8;font-size:10px;margin-top:6px">2026-04-20 AUTO-SYNC: 10 commits — 465027234 auto-sync-0755<br><span style="color:#06b6d4">[wiki-auto-append 20/04 08:00]</span></div></div>
<div class="card wiki-item" data-tags="autosync wiki-autosync-20260420120002"><h2 style="border:0;margin:0;padding:0">📌 2026-04-20 AUTO-SYNC: 10 commits — 893c9a4a2 aut</h2><div style="color:#94a3b8;font-size:10px;margin-top:6px">2026-04-20 AUTO-SYNC: 10 commits — 893c9a4a2 auto-sync-opus46<br><span style="color:#06b6d4">[wiki-auto-append 20/04 12:00]</span></div></div>
<div class="card wiki-item" data-tags="autosync wiki-autosync-20260420160001"><h2 style="border:0;margin:0;padding:0">📌 2026-04-20 AUTO-SYNC: 10 commits — a12b632b9 aut</h2><div style="color:#94a3b8;font-size:10px;margin-top:6px">2026-04-20 AUTO-SYNC: 10 commits — a12b632b9 auto-sync via WEVIA git_sync_all intent 2026-04-20T15:57:46+02:00<br><span style="color:#06b6d4">[wiki-auto-append 20/04 16:00]</span></div></div>
</body></html>