auto-sync-0205

This commit is contained in:
opus
2026-04-20 02:05:03 +02:00
parent 8c362fce1b
commit 0d2d8d5934
11 changed files with 2084 additions and 95 deletions

View File

@@ -1,7 +1,7 @@
{
"agent": "V41_Risk_Escalation",
"ts": "2026-04-20T01:45:03+02:00",
"dg_alerts_active": 7,
"ts": "2026-04-20T02:00:06+02:00",
"dg_alerts_active": 0,
"wevia_life_stats_preview": "File not found.",
"escalation_rules": {
"critical": "notify_Yacine_WhatsApp",

View File

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

View File

@@ -1,11 +1,11 @@
{
"agent": "V54_Risk_Monitor_Live",
"ts": "2026-04-20T01:30:02+02:00",
"ts": "2026-04-20T02:00:03+02:00",
"critical_risks": {
"RW01_pipeline_vide": {
"pipeline_keur": 180,
"mql_auto": 20,
"residual_risk_pct": 0,
"mql_auto": 0,
"residual_risk_pct": 10,
"trend": "mitigation_V42_V45_active"
},
"RW02_dependance_ethica": {
@@ -21,8 +21,8 @@
"trend": "Ethica_renewal_Q1_critical"
},
"RW12_burnout": {
"agents_cron_active": 13,
"load_5min": "2.74",
"agents_cron_active": 14,
"load_5min": "4.85",
"automation_coverage_pct": 70,
"residual_risk_pct": 60,
"trend": "V52_goldratt_options_active"

View File

@@ -1,13 +1,13 @@
{
"timestamp": "2026-04-20 00:00",
"timestamp": "2026-04-20 02:00",
"sections": {
"servers": {
"S204": {
"docker": 19,
"disk": "80%",
"ram": "11Gi/30Gi",
"load": "0.87",
"uptime": "up 5 days, 12 hours, 8 minutes"
"ram": "16Gi/30Gi",
"load": "2.54",
"uptime": "up 5 days, 14 hours, 8 minutes"
}
},
"docker": {
@@ -111,7 +111,7 @@
]
},
"apis": {
"count": 253,
"count": 256,
"files": [
"wevia-stream-sovereign.php",
"wevia-pending-loader.php",
@@ -137,6 +137,7 @@
"wevia-file-write.php",
"wevia-vault.php",
"wevia-send-kaouther-intent.php",
"wevia-admin-crm-bridge.php",
"wevia-code-agent.php",
"wevia-orchestrator-extra-agents-v72.php",
"wevia-enterprise.php",
@@ -254,6 +255,7 @@
"wevia-v70-enterprise-complete.php",
"wevia-v61-intents-include.php",
"wevia-quality-agent.php",
"wevia-owner-actions-tracker.php",
"wevia-arena-multiagent.php",
"wevia-confirm-sql-intent.php",
"wevia-azure-reregister-intent.php",
@@ -274,6 +276,7 @@
"wevia-mega-roster.php",
"wevia-doctrine-74-intent.php",
"wevia-orchestrator-v2.php",
"wevia-admin-crm-bridge-v68.php",
"wevia-agent-evolution.php",
"wevia-chat.php",
"wevia-deep-test.php",
@@ -447,8 +450,9 @@
}
},
"ollama": {
"count": 6,
"count": 7,
"models": [
"weval-brain-v4:latest",
"llama3.2:latest",
"nomic-embed-text:latest",
"weval-brain-v3:latest",
@@ -458,7 +462,7 @@
]
},
"pages": {
"count": 275
"count": 276
},
"opt_tools": {
"count": 91
@@ -467,7 +471,7 @@
"pairs": 5751
},
"wiki": {
"entries": 1686
"entries": 1727
}
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
{
"id": "task_20260420000005_f61105",
"name": "Blade self-heal 02:00",
"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-20T00:00:05+00:00",
"created_by": "blade-control-ui"
}

View File

@@ -0,0 +1,11 @@
{
"id": "task_20260420000502_8430ed",
"name": "Blade self-heal 02:05",
"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-20T00:05:02+00:00",
"created_by": "blade-control-ui"
}

View File

@@ -0,0 +1,7 @@
<html>
<head><title>500 Internal Server Error</title></head>
<body>
<center><h1>500 Internal Server Error</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>

View File

@@ -2,7 +2,7 @@
{
"name": "weval-l99",
"path": "/opt/weval-l99",
"files": 373,
"files": 379,
"has_readme": false,
"has_skill": false,
"has_python": true,
@@ -10,12 +10,12 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.274330"
"discovered": "2026-04-20T02:00:03.419597"
},
{
"name": "wevia-brain",
"path": "/opt/wevia-brain",
"files": 157,
"files": 159,
"has_readme": false,
"has_skill": false,
"has_python": true,
@@ -23,7 +23,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.361707"
"discovered": "2026-04-20T02:00:03.481560"
},
{
"name": "skills",
@@ -36,7 +36,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.146886"
"discovered": "2026-04-20T02:00:03.260713"
},
{
"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-20T01:00:02.621805"
"discovered": "2026-04-20T02:00:02.184278"
},
{
"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-20T01:00:02.937164"
"discovered": "2026-04-20T02:00:02.786140"
},
{
"name": "activepieces",
@@ -75,7 +75,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-20T01:00:02.269567"
"discovered": "2026-04-20T02:00:01.834765"
},
{
"name": "weval-nonreg",
@@ -88,7 +88,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.290548"
"discovered": "2026-04-20T02:00:03.445826"
},
{
"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-20T01:00:02.927697"
"discovered": "2026-04-20T02:00:02.739269"
},
{
"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-20T01:00:02.908493"
"discovered": "2026-04-20T02:00:02.650807"
},
{
"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-20T01:00:02.259287"
"discovered": "2026-04-20T02:00:01.823513"
},
{
"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-20T01:00:02.960184"
"discovered": "2026-04-20T02:00:02.862940"
},
{
"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-20T01:00:03.236862"
"discovered": "2026-04-20T02:00:03.360043"
},
{
"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-20T01:00:02.585866"
"discovered": "2026-04-20T02:00:02.127794"
},
{
"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-20T01:00:03.204469"
"discovered": "2026-04-20T02:00:03.328790"
},
{
"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-20T01:00:02.721682"
"discovered": "2026-04-20T02:00:02.361736"
},
{
"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-20T01:00:02.739992"
"discovered": "2026-04-20T02:00:02.387779"
},
{
"name": "rnd-edict",
@@ -218,7 +218,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-20T01:00:03.101335"
"discovered": "2026-04-20T02:00:03.195525"
},
{
"name": "anythingllm",
@@ -231,7 +231,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-20T01:00:02.371309"
"discovered": "2026-04-20T02:00:01.873939"
},
{
"name": "claw-code",
@@ -244,7 +244,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-20T01:00:02.565809"
"discovered": "2026-04-20T02:00:02.003989"
},
{
"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-20T01:00:02.887803"
"discovered": "2026-04-20T02:00:02.596967"
},
{
"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-20T01:00:02.331942"
"discovered": "2026-04-20T02:00:01.855653"
},
{
"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-20T01:00:02.583684"
"discovered": "2026-04-20T02:00:02.070742"
},
{
"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-20T01:00:03.407033"
"discovered": "2026-04-20T02:00:03.505790"
},
{
"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-20T01:00:03.079810"
"discovered": "2026-04-20T02:00:03.140058"
},
{
"name": "sovereign-api",
@@ -322,7 +322,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.182948"
"discovered": "2026-04-20T02:00:03.291824"
},
{
"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-20T01:00:02.402909"
"discovered": "2026-04-20T02:00:01.895923"
},
{
"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-20T01:00:02.140076"
"discovered": "2026-04-20T02:00:01.800603"
},
{
"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-20T01:00:02.296810"
"discovered": "2026-04-20T02:00:01.849739"
},
{
"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-20T01:00:03.037442"
"discovered": "2026-04-20T02:00:03.064182"
},
{
"name": "weval-ops",
@@ -387,7 +387,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.297631"
"discovered": "2026-04-20T02:00:03.453601"
},
{
"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-20T01:00:02.510235"
"discovered": "2026-04-20T02:00:01.968744"
},
{
"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-20T01:00:02.857958"
"discovered": "2026-04-20T02:00:02.573479"
},
{
"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-20T01:00:02.512309"
"discovered": "2026-04-20T02:00:01.985976"
},
{
"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-20T01:00:02.661124"
"discovered": "2026-04-20T02:00:02.254756"
},
{
"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-20T01:00:03.196677"
"discovered": "2026-04-20T02:00:03.309971"
},
{
"name": "wevads",
@@ -465,7 +465,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.254542"
"discovered": "2026-04-20T02:00:03.377385"
},
{
"name": "fmgapp",
@@ -478,7 +478,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.634898"
"discovered": "2026-04-20T02:00:02.249274"
},
{
"name": "obsidian-vault",
@@ -491,7 +491,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.919883"
"discovered": "2026-04-20T02:00:02.694167"
},
{
"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-20T01:00:03.053528"
"discovered": "2026-04-20T02:00:03.094394"
},
{
"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-20T01:00:02.076099"
"discovered": "2026-04-20T02:00:01.797262"
},
{
"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-20T01:00:03.170988"
"discovered": "2026-04-20T02:00:03.275807"
},
{
"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-20T01:00:02.459053"
"discovered": "2026-04-20T02:00:01.908940"
},
{
"name": "paperclip-skills",
@@ -556,7 +556,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.958004"
"discovered": "2026-04-20T02:00:02.830008"
},
{
"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-20T01:00:02.675659"
"discovered": "2026-04-20T02:00:02.280113"
},
{
"name": "qdrant-data",
@@ -582,7 +582,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.016266"
"discovered": "2026-04-20T02:00:03.005023"
},
{
"name": "wazuh",
@@ -595,7 +595,7 @@
"has_docker": true,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.252498"
"discovered": "2026-04-20T02:00:03.375359"
},
{
"name": "plausible",
@@ -608,7 +608,7 @@
"has_docker": true,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.975662"
"discovered": "2026-04-20T02:00:02.916307"
},
{
"name": "pmta",
@@ -621,7 +621,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.988535"
"discovered": "2026-04-20T02:00:02.940419"
},
{
"name": "render-configs",
@@ -634,7 +634,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.029232"
"discovered": "2026-04-20T02:00:03.013656"
},
{
"name": "searxng",
@@ -647,7 +647,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.127523"
"discovered": "2026-04-20T02:00:03.249816"
},
{
"name": "weval-guardian",
@@ -660,7 +660,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.264709"
"discovered": "2026-04-20T02:00:03.407197"
},
{
"name": "weval-litellm",
@@ -673,7 +673,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.284024"
"discovered": "2026-04-20T02:00:03.427611"
},
{
"name": "weval-security",
@@ -686,7 +686,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.341335"
"discovered": "2026-04-20T02:00:03.471565"
},
{
"name": "archive",
@@ -699,7 +699,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.373689"
"discovered": "2026-04-20T02:00:01.886499"
},
{
"name": "loki",
@@ -712,7 +712,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.789179"
"discovered": "2026-04-20T02:00:02.499201"
},
{
"name": "ruflo",
@@ -725,7 +725,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.110428"
"discovered": "2026-04-20T02:00:03.223323"
},
{
"name": "twenty",
@@ -738,7 +738,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.218576"
"discovered": "2026-04-20T02:00:03.334938"
},
{
"name": "weval-crewai",
@@ -751,7 +751,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.259706"
"discovered": "2026-04-20T02:00:03.392404"
},
{
"name": "weval-plugins",
@@ -764,7 +764,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.305116"
"discovered": "2026-04-20T02:00:03.455707"
},
{
"name": "weval-radar",
@@ -777,7 +777,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.317240"
"discovered": "2026-04-20T02:00:03.461558"
},
{
"name": "weval-scrapy",
@@ -790,7 +790,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.319289"
"discovered": "2026-04-20T02:00:03.466478"
},
{
"name": "langfuse",
@@ -803,7 +803,7 @@
"has_docker": true,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.689632"
"discovered": "2026-04-20T02:00:02.342873"
},
{
"name": "litellm",
@@ -816,7 +816,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.747770"
"discovered": "2026-04-20T02:00:02.409098"
},
{
"name": "mattermost-docker",
@@ -829,7 +829,7 @@
"has_docker": true,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.813739"
"discovered": "2026-04-20T02:00:02.542989"
},
{
"name": "prometheus",
@@ -842,7 +842,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.998612"
"discovered": "2026-04-20T02:00:02.968736"
},
{
"name": "twenty-compose",
@@ -855,7 +855,7 @@
"has_docker": true,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.221680"
"discovered": "2026-04-20T02:00:03.345944"
},
{
"name": "weval-ux",
@@ -868,7 +868,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.359358"
"discovered": "2026-04-20T02:00:03.477584"
},
{
"name": "wevia-integrity",
@@ -881,7 +881,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.393431"
"discovered": "2026-04-20T02:00:03.498528"
},
{
"name": "DiffusionDB",
@@ -894,7 +894,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:01.950183"
"discovered": "2026-04-20T02:00:01.792754"
},
{
"name": "LTX-Video",
@@ -907,7 +907,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.196739"
"discovered": "2026-04-20T02:00:01.808667"
},
{
"name": "localai",
@@ -920,7 +920,7 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:02.785541"
"discovered": "2026-04-20T02:00:02.441267"
},
{
"name": "wevia-finetune",
@@ -933,6 +933,6 @@
"has_docker": false,
"wired": true,
"description": "",
"discovered": "2026-04-20T01:00:03.379751"
"discovered": "2026-04-20T02:00:03.496515"
}
]

View File

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

View File

@@ -1,12 +1,12 @@
{
"ok": true,
"version": "V83-business-kpi",
"ts": "2026-04-19T23:56:20+00:00",
"ts": "2026-04-20T00:02:29+00:00",
"summary": {
"total_categories": 7,
"total_kpis": 56,
"ok": 29,
"warn": 18,
"ok": 28,
"warn": 19,
"fail": 0,
"wire_needed": 9,
"data_completeness_pct": 83.9