From eb65f6ddd7901f2306bd8ac73de27093e838b61c Mon Sep 17 00:00:00 2001 From: Opus-Yacine Date: Sun, 19 Apr 2026 15:46:25 +0200 Subject: [PATCH] =?UTF-8?q?FIX=20CRITIQUE=20WEVIA=20MASTER=20API=20500?= =?UTF-8?q?=E2=86=92200=20-=20double=20d=C3=A9claration=20=5Foaa=5Fsse()?= =?UTF-8?q?=20=E2=80=94=20Yacine=20signale=20WEVIA=20Master=20ne=20r=C3=A9?= =?UTF-8?q?pond=20pas.=20Cause=20racine:=20Fatal=20error=20Cannot=20redecl?= =?UTF-8?q?are=20function=20=5Foaa=5Fsse()=20car=202=20fichiers=20d=C3=A9c?= =?UTF-8?q?larent=20la=20m=C3=AAme=20fonction=20(wevia-opus-arch-early.php?= =?UTF-8?q?:6=20V41=20+=20wevia-opus-arch-actions-intents.php:4=20V40).=20?= =?UTF-8?q?Le=20@include=20masque=20le=20warning=20mais=20PHP=20crash=20su?= =?UTF-8?q?r=20fatal=20redeclare=20=E2=86=92=20HTTP=20500=20silencieux=20v?= =?UTF-8?q?isible=20seulement=20avec=20display=5Ferrors=3D1.=20Fix:=20wrap?= =?UTF-8?q?=20chaque=20function=20=5Foaa=5Fsse=20d=C3=A9claration=20dans?= =?UTF-8?q?=20if=20(!function=5Fexists)=20{}=20guard=20sur=20les=202=20fic?= =?UTF-8?q?hiers=20+=20PHP=20lint=20check=20avant=20cp=20sudo=20+=20GOLD?= =?UTF-8?q?=20backups=20pre-oaa-guard.=20R=C3=A9sultat:=20HTTP=20200=20sur?= =?UTF-8?q?=20POST=20wevia-master-api.php=20-=20test=20hello=20r=C3=A9pond?= =?UTF-8?q?=20bonjour-llm=20llama3.1-8b=20-=20test=20coverage=20global=20r?= =?UTF-8?q?=C3=A9pond=20via=20dynamic-resolver=20-=20WEVIA=20Master=20chat?= =?UTF-8?q?=20fonctionnel=20bout=20en=20bout.=20Note:=20chat=20passe=20par?= =?UTF-8?q?=20wevia-master-router.php=20pas=20wevia-sse-orchestrator=20don?= =?UTF-8?q?c=20intents=20V74/V75=20wir=C3=A9s=20SSE=20r=C3=A9pondent=20via?= =?UTF-8?q?=20chemin=20SSE=20distinct=20(consid=C3=A9rer=20pour=20futures?= =?UTF-8?q?=20int=C3=A9grations).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/blade-actions-surfaced.json | 8 +- .../task_20260419134502_395de4.json | 11 + api/v83-business-kpi-latest.json | 2 +- api/wevia-opus-arch-actions-intents.php | 2 + api/wevia-opus-arch-early.php | 2 + api/wevia-truth-registry.json | 9630 +++++++++++++++++ wiki/plan-action-2026-04-17.md | 29 + 7 files changed, 9679 insertions(+), 5 deletions(-) create mode 100644 api/blade-tasks/task_20260419134502_395de4.json create mode 100644 api/wevia-truth-registry.json diff --git a/api/blade-actions-surfaced.json b/api/blade-actions-surfaced.json index 78f445207..7ad8e6ec5 100644 --- a/api/blade-actions-surfaced.json +++ b/api/blade-actions-surfaced.json @@ -1,15 +1,15 @@ { - "generated_at": "2026-04-19T15:40:01.380067", + "generated_at": "2026-04-19T15:45:01.786996", "stats": { - "total": 435, - "pending": 831, + "total": 436, + "pending": 833, "kaouther_surfaced": 29, "chrome_surfaced": 10, "notif_only_done": 0, "autofix_archived": 0, "cerebras_archived": 0, "older_3d_archived": 0, - "unknown": 396, + "unknown": 397, "errors": 0 }, "actions": [ diff --git a/api/blade-tasks/task_20260419134502_395de4.json b/api/blade-tasks/task_20260419134502_395de4.json new file mode 100644 index 000000000..6ef74f424 --- /dev/null +++ b/api/blade-tasks/task_20260419134502_395de4.json @@ -0,0 +1,11 @@ +{ + "id": "task_20260419134502_395de4", + "name": "Blade self-heal 15:45", + "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-19T13:45:02+00:00", + "created_by": "blade-control-ui" +} \ No newline at end of file diff --git a/api/v83-business-kpi-latest.json b/api/v83-business-kpi-latest.json index 38e292956..94c9e3c85 100644 --- a/api/v83-business-kpi-latest.json +++ b/api/v83-business-kpi-latest.json @@ -1,7 +1,7 @@ { "ok": true, "version": "V83-business-kpi", - "ts": "2026-04-19T13:40:33+00:00", + "ts": "2026-04-19T13:45:14+00:00", "summary": { "total_categories": 7, "total_kpis": 56, diff --git a/api/wevia-opus-arch-actions-intents.php b/api/wevia-opus-arch-actions-intents.php index c9b5f9ec8..b5d8fc259 100644 --- a/api/wevia-opus-arch-actions-intents.php +++ b/api/wevia-opus-arch-actions-intents.php @@ -1,12 +1,14 @@ $type, 'text'=>$text, 'engine'=>$engine]) . "\n\n"; @ob_flush(); @flush(); exit; } +} // 1 Registry unlock + add tools if (preg_match('/(unlock|register|add.*tools?).*registry|registry.*(unlock|update|add.*tools?|opus.arch)/i', $__bm)) { diff --git a/api/wevia-opus-arch-early.php b/api/wevia-opus-arch-early.php index cecba615b..60d1e1f79 100644 --- a/api/wevia-opus-arch-early.php +++ b/api/wevia-opus-arch-early.php @@ -3,12 +3,14 @@ if (!isset($_mam) || empty($_mam)) return; $_oaa_m = mb_strtolower(trim($_mam)); +if (!function_exists('_oaa_sse')) { function _oaa_sse($type, $text, $engine='Resolver/opus-arch-actions-v41') { header('Content-Type: text/event-stream'); echo 'data: ' . json_encode(['type'=>$type, 'text'=>$text, 'engine'=>$engine]) . "\n\n"; @ob_flush(); @flush(); exit; } +} if (preg_match('/unlock\s+registry\s+opus.?arch|register.*opus.?arch.*tools?/i', $_oaa_m)) { $r = '/opt/wevia-brain/tool-registry-v2.json'; diff --git a/api/wevia-truth-registry.json b/api/wevia-truth-registry.json new file mode 100644 index 000000000..97ee1f889 --- /dev/null +++ b/api/wevia-truth-registry.json @@ -0,0 +1,9630 @@ +{ + "version": "1.0", + "built_at": "2026-04-19T13:45:58+00:00", + "purpose": "WEVIA TRUTH REGISTRY ยท source de vรฉritรฉ unique pour agents/intents/skills/brains/doctrines", + "consumers": [ + "/api/wevia-master-api.php", + "/api/wevia-unified-api.php", + "/wevia-unified-hub.html", + "/wevia-autonomy-dashboard.html" + ], + "agents": { + "count_unique": 270, + "count_with_overlaps": 368, + "by_source": { + "agent_avatars_v2": 148, + "agent_avatars_v1": 86, + "paperclip_agility_v71": 12, + "api_agent_files": 7, + "agent_stubs": 50, + "claude_subagents": 65 + }, + "items": [ + { + "name": "WEVIA Master", + "key": "wevia_master", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "master", + "emoji": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ", + "color": "#059669", + "role": "lead", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=WEVIAMaster" + } + }, + { + "name": "Claude Opus", + "key": "claude_opus", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป", + "color": "#6366f1", + "role": "lead", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=ClaudeOpus" + } + }, + { + "name": "Director", + "key": "director", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "master", + "emoji": "๐Ÿ‘จ๐Ÿปโ€โœˆ๏ธ", + "color": "#0a3a1a", + "role": "lead", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=Director" + } + }, + { + "name": "CORTEX", + "key": "cortex", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ง", + "color": "#3b82f6", + "role": "lead", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=CORTEX" + } + }, + { + "name": "Gap Detect", + "key": "gap_detect", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ฌ", + "color": "#3b82f6", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=GapDetect" + } + }, + { + "name": "Agent Chef", + "key": "agent_chef", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿณ", + "color": "#3b82f6", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=AgentChef" + } + }, + { + "name": "Proactive", + "key": "proactive", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš€", + "color": "#3b82f6", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=Proactive" + } + }, + { + "name": "NonReg", + "key": "nonreg", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ", + "color": "#10b981", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=NonReg" + } + }, + { + "name": "L99 Visual", + "key": "l99_visual", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽจ", + "color": "#10b981", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=L99Visual" + } + }, + { + "name": "L99 Dark", + "key": "l99_dark", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ•ต๐Ÿพโ€โ™€๏ธ", + "color": "#10b981", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=L99Dark" + } + }, + { + "name": "Evolution", + "key": "evolution", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ", + "color": "#10b981", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=Evolution" + } + }, + { + "name": "Dark Tools", + "key": "dark_tools", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ง", + "color": "#ef4444", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=DarkTools" + } + }, + { + "name": "Fiability", + "key": "fiability", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ", + "color": "#ef4444", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=Fiability" + } + }, + { + "name": "Paperclip", + "key": "paperclip", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ", + "color": "#f59e0b", + "role": "lead", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=Paperclip" + } + }, + { + "name": "Enterprise", + "key": "enterprise", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ผ", + "color": "#f59e0b", + "role": "lead", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=Enterprise" + } + }, + { + "name": "Ethica", + "key": "ethica", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿพโ€โš•๏ธ", + "color": "#f59e0b", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=Ethica" + } + }, + { + "name": "Scanner", + "key": "scanner", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ", + "color": "#8b5cf6", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=Scanner" + } + }, + { + "name": "RND Pipe", + "key": "rnd_pipe", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป", + "color": "#64748b", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=RNDPipe" + } + }, + { + "name": "AutoFix", + "key": "autofix", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ง", + "color": "#059669", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=AutoFix" + } + }, + { + "name": "Registry", + "key": "registry", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ", + "color": "#1a0a2a", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=Registry" + } + }, + { + "name": "Scrum Master Copilot", + "key": "scrum_master_copilot", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1", + "paperclip_agility_v71" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ", + "color": "#6366f1", + "role": "Anime daily/planning/retro, dรฉtecte blockers, propose action", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=ScrumMasterCopilot", + "category": "agility", + "icon": "๐Ÿƒ" + } + }, + { + "name": "Product Owner Assistant", + "key": "product_owner_assistant", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1", + "paperclip_agility_v71" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ผ", + "color": "#6366f1", + "role": "Backlog grooming AI, user story generator, priorisation WSJF", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=ProductOwnerAssistant", + "category": "agility", + "icon": "๐Ÿ“" + } + }, + { + "name": "SAFe RTE Agent", + "key": "safe_rte_agent", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1", + "paperclip_agility_v71" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿฟโ€โœˆ๏ธ", + "color": "#6366f1", + "role": "PI planning automation, dependencies map, ART metrics", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=SAFeRTEAgent", + "category": "agility", + "icon": "๐ŸŽฏ" + } + }, + { + "name": "Velocity Tracker", + "key": "velocity_tracker", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ฌ", + "color": "#6366f1", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=VelocityTracker" + } + }, + { + "name": "Retrospective Analyzer", + "key": "retrospective_analyzer", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1", + "paperclip_agility_v71" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ", + "color": "#6366f1", + "role": "Analyse sentiment retros, extrait action items, tracking impact", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=RetrospectiveAnalyzer", + "category": "agility", + "icon": "๐Ÿ”„" + } + }, + { + "name": "Definition of Done Auditor", + "key": "definition_of_done_auditor", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1", + "paperclip_agility_v71" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿพโ€โš•๏ธ", + "color": "#6366f1", + "role": "Vรฉrifie DoD sur chaque US avant close, alertes si gap", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=DefinitionofDoneAuditor", + "category": "agility", + "icon": "โœ…" + } + }, + { + "name": "Kanban Flow Optimizer", + "key": "kanban_flow_optimizer", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1", + "paperclip_agility_v71" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ง", + "color": "#6366f1", + "role": "WIP limits adherence, lead time predict, bottleneck detection", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=KanbanFlowOptimizer", + "category": "agility", + "icon": "๐Ÿ“Š" + } + }, + { + "name": "DORA Metrics Agent", + "key": "dora_metrics_agent", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1", + "paperclip_agility_v71" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป", + "color": "#6366f1", + "role": "Deploy frequency / Lead time / MTTR / Change fail rate", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=DORAMetricsAgent", + "category": "agility", + "icon": "โš™๏ธ" + } + }, + { + "name": "OKR Alignment Tracker", + "key": "okr_alignment_tracker", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1", + "paperclip_agility_v71" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ", + "color": "#6366f1", + "role": "Cascade OKRs + track alignment CEOโ†’รฉquipes, quarterly review", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=OKRAlignmentTracker", + "category": "agility", + "icon": "๐ŸŽฏ" + } + }, + { + "name": "Story Point Estimator AI", + "key": "story_point_estimator_ai", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1", + "paperclip_agility_v71" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽ“", + "color": "#6366f1", + "role": "Estime US complexity basรฉ historique รฉquipe, sert planning poker", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=StoryPointEstimatorAI", + "category": "agility", + "icon": "๐Ÿƒ" + } + }, + { + "name": "Dependency Mapper", + "key": "dependency_mapper", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1", + "paperclip_agility_v71" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ", + "color": "#6366f1", + "role": "Cartographie deps inter-รฉquipes/features, alerte blockers critiques", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=DependencyMapper", + "category": "agility", + "icon": "๐Ÿ—บ๏ธ" + } + }, + { + "name": "Agile Maturity Assessor", + "key": "agile_maturity_assessor", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1", + "paperclip_agility_v71" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿซ", + "color": "#6366f1", + "role": "Assessment maturitรฉ agile (Scrum/SAFe/Lean) + roadmap รฉvolution", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=AgileMaturityAssessor", + "category": "agility", + "icon": "๐Ÿ“Š" + } + }, + { + "name": "Fast Close Orchestrator", + "key": "fast_close_orchestrator", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ", + "color": "#2563eb", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=FastCloseOrchestrator" + } + }, + { + "name": "Cash Flow Predictor AI", + "key": "cash_flow_predictor_ai", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ", + "color": "#2563eb", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=CashFlowPredictorAI" + } + }, + { + "name": "Budget Variance Watchdog", + "key": "budget_variance_watchdog", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ฌ", + "color": "#2563eb", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=BudgetVarianceWatchdog" + } + }, + { + "name": "Forecast AI", + "key": "forecast_ai", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ฌ", + "color": "#2563eb", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=ForecastAI" + } + }, + { + "name": "FX Hedger", + "key": "fx_hedger", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ผ", + "color": "#2563eb", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=FXHedger" + } + }, + { + "name": "Collection AI Agent", + "key": "collection_ai_agent", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ผ", + "color": "#2563eb", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=CollectionAIAgent" + } + }, + { + "name": "Dunning Router", + "key": "dunning_router", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ", + "color": "#2563eb", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=DunningRouter" + } + }, + { + "name": "Invoice Auto-Match", + "key": "invoice_auto_match", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ผ", + "color": "#2563eb", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=InvoiceAuto-Match" + } + }, + { + "name": "Duplicate Payment Detector", + "key": "duplicate_payment_detector", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”", + "color": "#2563eb", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=DuplicatePaymentDetector" + } + }, + { + "name": "Tax Validator", + "key": "tax_validator", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿผโ€โš–๏ธ", + "color": "#2563eb", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=TaxValidator" + } + }, + { + "name": "Audit Trail Watcher", + "key": "audit_trail_watcher", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ", + "color": "#2563eb", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=AuditTrailWatcher" + } + }, + { + "name": "Demand Forecast Pro", + "key": "demand_forecast_pro", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ", + "color": "#a16207", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=DemandForecastPro" + } + }, + { + "name": "Stockout Prevention", + "key": "stockout_prevention", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿญ", + "color": "#a16207", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=StockoutPrevention" + } + }, + { + "name": "OTD Optimizer", + "key": "otd_optimizer", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿปโ€โœˆ๏ธ", + "color": "#a16207", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=OTDOptimizer" + } + }, + { + "name": "Supplier Risk Monitor", + "key": "supplier_risk_monitor", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ", + "color": "#a16207", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=SupplierRiskMonitor" + } + }, + { + "name": "Contract Compliance", + "key": "contract_compliance", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿผโ€โš–๏ธ", + "color": "#a16207", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=ContractCompliance" + } + }, + { + "name": "Predictive Maintenance", + "key": "predictive_maintenance", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ง", + "color": "#dc2626", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=PredictiveMaintenance" + } + }, + { + "name": "Takt Time Monitor", + "key": "takt_time_monitor", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿญ", + "color": "#dc2626", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=TaktTimeMonitor" + } + }, + { + "name": "CAPA Closer", + "key": "capa_closer", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ", + "color": "#dc2626", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=CAPACloser" + } + }, + { + "name": "Incident Watcher", + "key": "incident_watcher", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ•ต๐Ÿพโ€โ™‚๏ธ", + "color": "#dc2626", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=IncidentWatcher" + } + }, + { + "name": "Patent Scanner", + "key": "patent_scanner", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽ“", + "color": "#dc2626", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=PatentScanner" + } + }, + { + "name": "PoC Tracker", + "key": "poc_tracker", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽ“", + "color": "#dc2626", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=PoCTracker" + } + }, + { + "name": "Pipeline Scorer", + "key": "pipeline_scorer", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ", + "color": "#db2777", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=PipelineScorer" + } + }, + { + "name": "Lead Qualifier", + "key": "lead_qualifier", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ", + "color": "#db2777", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=LeadQualifier" + } + }, + { + "name": "CPQ AI", + "key": "cpq_ai", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ", + "color": "#db2777", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=CPQAI" + } + }, + { + "name": "Content Generator", + "key": "content_generator", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽจ", + "color": "#db2777", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=ContentGenerator" + } + }, + { + "name": "CAC Optimizer", + "key": "cac_optimizer", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ฌ", + "color": "#db2777", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=CACOptimizer" + } + }, + { + "name": "Attribution Modeler", + "key": "attribution_modeler", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ฌ", + "color": "#db2777", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=AttributionModeler" + } + }, + { + "name": "Churn Predictor", + "key": "churn_predictor", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽ“", + "color": "#db2777", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=ChurnPredictor" + } + }, + { + "name": "NPS Analyzer", + "key": "nps_analyzer", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ฌ", + "color": "#db2777", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=NPSAnalyzer" + } + }, + { + "name": "Talent Scout", + "key": "talent_scout", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽ“", + "color": "#0891b2", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=TalentScout" + } + }, + { + "name": "Attrition Predictor", + "key": "attrition_predictor", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ฌ", + "color": "#0891b2", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=AttritionPredictor" + } + }, + { + "name": "Skills Matcher", + "key": "skills_matcher", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿซ", + "color": "#0891b2", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=SkillsMatcher" + } + }, + { + "name": "Payroll Accuracy AI", + "key": "payroll_accuracy_ai", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ", + "color": "#0891b2", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=PayrollAccuracyAI" + } + }, + { + "name": "Compliance Checker", + "key": "compliance_checker", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿปโ€โš–๏ธ", + "color": "#0891b2", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=ComplianceChecker" + } + }, + { + "name": "DevOps", + "key": "devops", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป", + "color": "#7c3aed", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=DevOps" + } + }, + { + "name": "Monitor", + "key": "monitor", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ", + "color": "#7c3aed", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=Monitor" + } + }, + { + "name": "Security", + "key": "security", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ง", + "color": "#dc2626", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=Security" + } + }, + { + "name": "Fraud Detection Agent", + "key": "fraud_detection_agent", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ•ต๐Ÿผโ€โ™€๏ธ", + "color": "#dc2626", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=FraudDetectionAgent" + } + }, + { + "name": "MFA Enforcer", + "key": "mfa_enforcer", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’‚", + "color": "#dc2626", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=MFAEnforcer" + } + }, + { + "name": "Contract Watcher", + "key": "contract_watcher", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿผโ€โš–๏ธ", + "color": "#64748b", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=ContractWatcher" + } + }, + { + "name": "GDPR Auditor", + "key": "gdpr_auditor", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿฝโ€โš–๏ธ", + "color": "#64748b", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=GDPRAuditor" + } + }, + { + "name": "Carbon Tracker", + "key": "carbon_tracker", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŒพ", + "color": "#22c55e", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=CarbonTracker" + } + }, + { + "name": "Sustainability Reporter", + "key": "sustainability_reporter", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿพโ€๐ŸŒพ", + "color": "#22c55e", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=SustainabilityReporter" + } + }, + { + "name": "Account Executive", + "key": "account_executive", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ", + "color": "#f59e0b", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=AccountExecutive" + } + }, + { + "name": "SDR", + "key": "sdr", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ", + "color": "#f59e0b", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=SDR" + } + }, + { + "name": "Sales Engineer", + "key": "sales_engineer", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป", + "color": "#f59e0b", + "role": "agent", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=SalesEngineer" + } + }, + { + "name": "WEVIA Life", + "key": "wevia_life", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“ง", + "color": "#059669", + "role": "service", + "url": "https://robohash.org/wevia-life?set=set1&size=200x200" + } + }, + { + "name": "Blade IA", + "key": "blade_ia", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "โš”๏ธ", + "color": "#059669", + "role": "service", + "url": "https://robohash.org/blade-ia?set=set1&size=200x200" + } + }, + { + "name": "MiroFish", + "key": "mirofish", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐ŸŸ", + "color": "#059669", + "role": "service", + "url": "https://robohash.org/mirofish?set=set1&size=200x200" + } + }, + { + "name": "Agent Maรฎtre", + "key": "agent_ma_tre", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ‘‘", + "color": "#059669", + "role": "service", + "url": "https://robohash.org/agent-maรฎtre?set=set1&size=200x200" + } + }, + { + "name": "Prometheus", + "key": "prometheus", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“ˆ", + "color": "#3b82f6", + "role": "service", + "url": "https://robohash.org/prometheus?set=set1&size=200x200" + } + }, + { + "name": "Uptime-Kuma", + "key": "uptime_kuma", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“Ÿ", + "color": "#3b82f6", + "role": "service", + "url": "https://robohash.org/uptime-kuma?set=set1&size=200x200" + } + }, + { + "name": "Sentinel", + "key": "sentinel", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ›ฐ๏ธ", + "color": "#3b82f6", + "role": "service", + "url": "https://robohash.org/sentinel?set=set1&size=200x200" + } + }, + { + "name": "KumoMTA", + "key": "kumomta", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“ฌ", + "color": "#3b82f6", + "role": "service", + "url": "https://robohash.org/kumomta?set=set1&size=200x200" + } + }, + { + "name": "PMTA", + "key": "pmta", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“ฎ", + "color": "#3b82f6", + "role": "service", + "url": "https://robohash.org/pmta?set=set1&size=200x200" + } + }, + { + "name": "WEDROID", + "key": "wedroid", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ”ง", + "color": "#10b981", + "role": "service", + "url": "https://robohash.org/wedroid?set=set1&size=200x200" + } + }, + { + "name": "WEVCODE", + "key": "wevcode", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ’ป", + "color": "#10b981", + "role": "service", + "url": "https://robohash.org/wevcode?set=set1&size=200x200" + } + }, + { + "name": "EvoMaster", + "key": "evomaster", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿงช", + "color": "#10b981", + "role": "service", + "url": "https://robohash.org/evomaster?set=set1&size=200x200" + } + }, + { + "name": "Langfuse", + "key": "langfuse", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“Š", + "color": "#10b981", + "role": "service", + "url": "https://robohash.org/langfuse?set=set1&size=200x200" + } + }, + { + "name": "CrowdSec", + "key": "crowdsec", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿšซ", + "color": "#ef4444", + "role": "service", + "url": "https://robohash.org/crowdsec?set=set1&size=200x200" + } + }, + { + "name": "AEGIS", + "key": "aegis", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ›ก๏ธ", + "color": "#ef4444", + "role": "service", + "url": "https://robohash.org/aegis?set=set1&size=200x200" + } + }, + { + "name": "Vaultwarden", + "key": "vaultwarden", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ”‘", + "color": "#ef4444", + "role": "service", + "url": "https://robohash.org/vaultwarden?set=set1&size=200x200" + } + }, + { + "name": "Strix", + "key": "strix", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿฆ‰", + "color": "#ef4444", + "role": "service", + "url": "https://robohash.org/strix?set=set1&size=200x200" + } + }, + { + "name": "CRM", + "key": "crm", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“Š", + "color": "#f59e0b", + "role": "service", + "url": "https://robohash.org/crm?set=set1&size=200x200" + } + }, + { + "name": "n8n", + "key": "n8n", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ”„", + "color": "#f59e0b", + "role": "service", + "url": "https://robohash.org/n8n?set=set1&size=200x200" + } + }, + { + "name": "Twenty", + "key": "twenty", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ‘ฅ", + "color": "#f59e0b", + "role": "service", + "url": "https://robohash.org/twenty?set=set1&size=200x200" + } + }, + { + "name": "Activepieces", + "key": "activepieces", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿงฉ", + "color": "#f59e0b", + "role": "service", + "url": "https://robohash.org/activepieces?set=set1&size=200x200" + } + }, + { + "name": "Ollama", + "key": "ollama", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿฆ™", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/ollama?set=set1&size=200x200" + } + }, + { + "name": "Qdrant", + "key": "qdrant", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/qdrant?set=set1&size=200x200" + } + }, + { + "name": "OSS Disc.", + "key": "oss_disc", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ”ฌ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/oss-disc.?set=set1&size=200x200" + } + }, + { + "name": "DeerFlow", + "key": "deerflow", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐ŸฆŒ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/deerflow?set=set1&size=200x200" + } + }, + { + "name": "Dify", + "key": "dify", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ”ฎ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/dify?set=set1&size=200x200" + } + }, + { + "name": "SearXNG", + "key": "searxng", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ”Ž", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/searxng?set=set1&size=200x200" + } + }, + { + "name": "Supermemory", + "key": "supermemory", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“š", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/supermemory?set=set1&size=200x200" + } + }, + { + "name": "Mastra", + "key": "mastra", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "โš™๏ธ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/mastra?set=set1&size=200x200" + } + }, + { + "name": "Goose", + "key": "goose", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿชถ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/goose?set=set1&size=200x200" + } + }, + { + "name": "SkillSmith", + "key": "skillsmith", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ› ๏ธ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/skillsmith?set=set1&size=200x200" + } + }, + { + "name": "AIOS", + "key": "aios", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ–ฅ๏ธ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/aios?set=set1&size=200x200" + } + }, + { + "name": "Arena", + "key": "arena", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐ŸŸ๏ธ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/arena?set=set1&size=200x200" + } + }, + { + "name": "Trinity", + "key": "trinity", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ”บ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/trinity?set=set1&size=200x200" + } + }, + { + "name": "MiniMax", + "key": "minimax", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“ฆ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/minimax?set=set1&size=200x200" + } + }, + { + "name": "MiMo Omni", + "key": "mimo_omni", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐ŸŒˆ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/mimo-omni?set=set1&size=200x200" + } + }, + { + "name": "Resolver", + "key": "resolver", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ”€", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/resolver?set=set1&size=200x200" + } + }, + { + "name": "Auto-Wire", + "key": "auto_wire", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ”Œ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/auto-wire?set=set1&size=200x200" + } + }, + { + "name": "Factory", + "key": "factory", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿญ", + "color": "#64748b", + "role": "service", + "url": "https://robohash.org/factory?set=set1&size=200x200" + } + }, + { + "name": "BrowserUse", + "key": "browseruse", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐ŸŒ", + "color": "#64748b", + "role": "service", + "url": "https://robohash.org/browseruse?set=set1&size=200x200" + } + }, + { + "name": "Mattermost", + "key": "mattermost", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ’ฌ", + "color": "#64748b", + "role": "service", + "url": "https://robohash.org/mattermost?set=set1&size=200x200" + } + }, + { + "name": "Plausible", + "key": "plausible", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“‰", + "color": "#64748b", + "role": "service", + "url": "https://robohash.org/plausible?set=set1&size=200x200" + } + }, + { + "name": "Master AI", + "key": "master_ai", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿง ", + "color": "#059669", + "role": "service", + "url": "https://robohash.org/master-ai?set=set1&size=200x200" + } + }, + { + "name": "Blade Bridge", + "key": "blade_bridge", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐ŸŒ‰", + "color": "#059669", + "role": "service", + "url": "https://robohash.org/blade-bridge?set=set1&size=200x200" + } + }, + { + "name": "Ethica Bot", + "key": "ethica_bot", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ’Š", + "color": "#f59e0b", + "role": "service", + "url": "https://robohash.org/ethica-bot?set=set1&size=200x200" + } + }, + { + "name": "Cerebras", + "key": "cerebras", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿงฌ", + "color": "#8b5cf6", + "role": "service", + "url": "https://robohash.org/cerebras?set=set1&size=200x200" + } + }, + { + "name": "ArchScan", + "key": "archscan", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ—บ๏ธ", + "color": "#3b82f6", + "role": "service", + "url": "https://robohash.org/archscan?set=set1&size=200x200" + } + }, + { + "name": "Dispatcher", + "key": "dispatcher", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“ก", + "color": "#3b82f6", + "role": "service", + "url": "https://robohash.org/dispatcher?set=set1&size=200x200" + } + }, + { + "name": "DevOps Bot", + "key": "devops_bot", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "โš™๏ธ", + "color": "#7c3aed", + "role": "service", + "url": "https://robohash.org/devops-bot?set=set1&size=200x200" + } + }, + { + "name": "Consensus", + "key": "consensus", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿค", + "color": "#059669", + "role": "service", + "url": "https://robohash.org/consensus?set=set1&size=200x200" + } + }, + { + "name": "Onboarding Bot", + "key": "onboarding_bot", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐ŸŽ“", + "color": "#f59e0b", + "role": "service", + "url": "https://robohash.org/onboarding-bot?set=set1&size=200x200" + } + }, + { + "name": "Blade", + "key": "blade", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "โš”๏ธ", + "color": "#059669", + "role": "service", + "url": "https://robohash.org/blade?set=set1&size=200x200" + } + }, + { + "name": "Paperclip Bot", + "key": "paperclip_bot", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“Ž", + "color": "#f59e0b", + "role": "service", + "url": "https://robohash.org/paperclip-bot?set=set1&size=200x200" + } + }, + { + "name": "Stripe Revenue", + "key": "stripe_revenue", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ’ณ", + "color": "#2563eb", + "role": "service", + "url": "https://robohash.org/stripe-revenue?set=set1&size=200x200" + } + }, + { + "name": "Stockout Predictor ML", + "key": "stockout_predictor_ml", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“Š", + "color": "#a16207", + "role": "service", + "url": "https://robohash.org/stockout-predictor-ml?set=set1&size=200x200" + } + }, + { + "name": "OEE Live", + "key": "oee_live", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "โš™๏ธ", + "color": "#dc2626", + "role": "service", + "url": "https://robohash.org/oee-live?set=set1&size=200x200" + } + }, + { + "name": "Fraud Detection ML", + "key": "fraud_detection_ml", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ•ต๏ธ", + "color": "#dc2626", + "role": "service", + "url": "https://robohash.org/fraud-detection-ml?set=set1&size=200x200" + } + }, + { + "name": "Quality SPC AI", + "key": "quality_spc_ai", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“", + "color": "#dc2626", + "role": "service", + "url": "https://robohash.org/quality-spc-ai?set=set1&size=200x200" + } + }, + { + "name": "Next Best Action", + "key": "next_best_action", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐ŸŽฏ", + "color": "#db2777", + "role": "service", + "url": "https://robohash.org/next-best-action?set=set1&size=200x200" + } + }, + { + "name": "Utilization Optimizer", + "key": "utilization_optimizer", + "sources": [ + "agent_avatars_v2" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿ“", + "color": "#0891b2", + "role": "service", + "url": "https://robohash.org/utilization-optimizer?set=set1&size=200x200" + } + }, + { + "name": "Docker", + "key": "docker", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿค–", + "color": "#64748b", + "role": "service", + "url": "https://robohash.org/smile-robot-3?set=set1&size=200x200" + } + }, + { + "name": "Fail2Ban", + "key": "fail2ban", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿค–", + "color": "#64748b", + "role": "service", + "url": "https://robohash.org/joy-mech-8?set=set1&size=200x200" + } + }, + { + "name": "Groq", + "key": "groq", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿค–", + "color": "#64748b", + "role": "service", + "url": "https://robohash.org/joy-mech-6?set=set1&size=200x200" + } + }, + { + "name": "L99 Pilot", + "key": "l99_pilot", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿค–", + "color": "#64748b", + "role": "service", + "url": "https://robohash.org/clever-bot?set=set1&size=200x200" + } + }, + { + "name": "Master Router", + "key": "master_router", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿค–", + "color": "#64748b", + "role": "service", + "url": "https://robohash.org/sunny-bot-5?set=set1&size=200x200" + } + }, + { + "name": "Quality AI Vision", + "key": "quality_ai_vision", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿค–", + "color": "#64748b", + "role": "service", + "url": "https://robohash.org/quality-vision?set=set1&size=200x200" + } + }, + { + "name": "SambaNova", + "key": "sambanova", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿค–", + "color": "#64748b", + "role": "service", + "url": "https://robohash.org/smile-robot-5?set=set1&size=200x200" + } + }, + { + "name": "Scraper", + "key": "scraper", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1" + ], + "meta": { + "persona": "tool", + "emoji": "๐Ÿค–", + "color": "#64748b", + "role": "service", + "url": "https://robohash.org/taupe-cyborg?set=set1&size=200x200" + } + }, + { + "name": "Velocity Tracker AI", + "key": "velocity_tracker_ai", + "sources": [ + "agent_avatars_v2", + "agent_avatars_v1", + "paperclip_agility_v71" + ], + "meta": { + "persona": "human", + "emoji": "๐Ÿ‘ค", + "color": "#64748b", + "role": "Mesure velocity รฉquipes, predict sprint outcomes, burn-down", + "url": "https://api.dicebear.com/9.x/adventurer/svg?seed=Velocity", + "category": "agility", + "icon": "๐Ÿ“ˆ" + } + }, + { + "name": "agent-avatars-v75", + "key": "agent_avatars_v75", + "sources": [ + "api_agent_files" + ], + "meta": { + "path": "/api/agent-avatars-v75.json" + } + }, + { + "name": "agent-chef-report", + "key": "agent_chef_report", + "sources": [ + "api_agent_files" + ], + "meta": { + "path": "/api/agent-chef-report.json" + } + }, + { + "name": "agent-evolution-report", + "key": "agent_evolution_report", + "sources": [ + "api_agent_files" + ], + "meta": { + "path": "/api/agent-evolution-report.json" + } + }, + { + "name": "agent-factory-report", + "key": "agent_factory_report", + "sources": [ + "api_agent_files" + ], + "meta": { + "path": "/api/agent-factory-report.json" + } + }, + { + "name": "agent-scanner-report", + "key": "agent_scanner_report", + "sources": [ + "api_agent_files" + ], + "meta": { + "path": "/api/agent-scanner-report.json" + } + }, + { + "name": "ux-agent-report", + "key": "ux_agent_report", + "sources": [ + "api_agent_files" + ], + "meta": { + "path": "/api/ux-agent-report.json" + } + }, + { + "name": "weval-agents-gap-fill-manifest", + "key": "weval_agents_gap_fill_manifest", + "sources": [ + "api_agent_files" + ], + "meta": { + "path": "/api/weval-agents-gap-fill-manifest.json" + } + }, + { + "name": "agent_arxiv_scanner", + "key": "agent_arxiv_scanner", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_bench_mgmt_agent", + "key": "agent_bench_mgmt_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_board_report_agent", + "key": "agent_board_report_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_budget_variance_agent", + "key": "agent_budget_variance_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_cac_calculator", + "key": "agent_cac_calculator", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_campaign_launcher", + "key": "agent_campaign_launcher", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_cash_flow_monitor_agent", + "key": "agent_cash_flow_monitor_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_ci_cd_agent", + "key": "agent_ci_cd_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_consent_tracker", + "key": "agent_consent_tracker", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_contract_ai_agent", + "key": "agent_contract_ai_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_conversion_puller", + "key": "agent_conversion_puller", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_conversion_tracker", + "key": "agent_conversion_tracker", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_cost_allocation_agent", + "key": "agent_cost_allocation_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_cv_matcher", + "key": "agent_cv_matcher", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_cycle_time_agent", + "key": "agent_cycle_time_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_deal_closing_agent", + "key": "agent_deal_closing_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_deliverability_agent", + "key": "agent_deliverability_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_gdpr_auditor", + "key": "agent_gdpr_auditor", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_inbox_monitor", + "key": "agent_inbox_monitor", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_invoice_ai_agent", + "key": "agent_invoice_ai_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_ip_tracker", + "key": "agent_ip_tracker", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_lead_time_dora", + "key": "agent_lead_time_dora", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_lead_time_monitor", + "key": "agent_lead_time_monitor", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_mql_scoring_agent", + "key": "agent_mql_scoring_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_mttr_tracker", + "key": "agent_mttr_tracker", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_oee_tracker_agent", + "key": "agent_oee_tracker_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_okr_tracker", + "key": "agent_okr_tracker", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_partnership_agent", + "key": "agent_partnership_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_pipeline_agent", + "key": "agent_pipeline_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_pipeline_value_agent", + "key": "agent_pipeline_value_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_placement_agent", + "key": "agent_placement_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_po_auto_agent", + "key": "agent_po_auto_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_poc_manager", + "key": "agent_poc_manager", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_profit_center_agent", + "key": "agent_profit_center_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_quality_agent", + "key": "agent_quality_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_quote_ai_agent", + "key": "agent_quote_ai_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_review_scheduler", + "key": "agent_review_scheduler", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_secret_rotator", + "key": "agent_secret_rotator", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_seed_generator", + "key": "agent_seed_generator", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_stockout_predictor", + "key": "agent_stockout_predictor", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_stripe_revenue_agent", + "key": "agent_stripe_revenue_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_takt_monitor", + "key": "agent_takt_monitor", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_utilization_agent", + "key": "agent_utilization_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_vendor_mgmt_agent", + "key": "agent_vendor_mgmt_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "agent_warmup_scale_agent", + "key": "agent_warmup_scale_agent", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "v77_automation_planner", + "key": "v77_automation_planner", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "v77_code_quality_reviewer", + "key": "v77_code_quality_reviewer", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "v77_llm_local_orchestrator", + "key": "v77_llm_local_orchestrator", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "v77_rag_retriever", + "key": "v77_rag_retriever", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "v77_skill_agent_dispatcher", + "key": "v77_skill_agent_dispatcher", + "sources": [ + "agent_stubs" + ], + "meta": { + "type": "stub" + } + }, + { + "name": "alert_config", + "key": "alert_config", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "alert_config", + "category": "ops", + "description": "Alerting rules generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "alert config", + "alert_config agent", + "invoke alert_config" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "api_design", + "key": "api_design", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "api_design", + "category": "dev", + "description": "REST/GraphQL API design", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "api design", + "api_design agent", + "invoke api_design" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "api_docs_gen", + "key": "api_docs_gen", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "api_docs_gen", + "category": "dev", + "description": "Swagger/OpenAPI docs generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "api docs gen", + "api_docs_gen agent", + "invoke api_docs_gen" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "api_mock", + "key": "api_mock", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "api_mock", + "category": "dev", + "description": "API mock server setup", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "api mock", + "api_mock agent", + "invoke api_mock" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "api_test_gen", + "key": "api_test_gen", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "api_test_gen", + "category": "dev", + "description": "API test suite generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "api test gen", + "api_test_gen agent", + "invoke api_test_gen" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "backend_architect", + "key": "backend_architect", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "backend_architect", + "category": "dev", + "description": "Set up DB schema + API design", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "backend architect", + "backend_architect agent", + "invoke backend_architect" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "backend_migrate", + "key": "backend_migrate", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "backend_migrate", + "category": "dev", + "description": "DB migration generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "backend migrate", + "backend_migrate agent", + "invoke backend_migrate" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "backend_optimize", + "key": "backend_optimize", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "backend_optimize", + "category": "dev", + "description": "Optimize backend performance", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "backend optimize", + "backend_optimize agent", + "invoke backend_optimize" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "backend_refactor", + "key": "backend_refactor", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "backend_refactor", + "category": "dev", + "description": "Refactor existing backend code", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "backend refactor", + "backend_refactor agent", + "invoke backend_refactor" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "backend_security", + "key": "backend_security", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "backend_security", + "category": "dev", + "description": "Security audit backend code", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "backend security", + "backend_security agent", + "invoke backend_security" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "backup_strategy", + "key": "backup_strategy", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "backup_strategy", + "category": "ops", + "description": "Backup strategy planner", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "backup strategy", + "backup_strategy agent", + "invoke backup_strategy" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "business_model_canvas", + "key": "business_model_canvas", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "business_model_canvas", + "category": "biz", + "description": "Business model canvas", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "business model canvas", + "business_model_canvas agent", + "invoke business_model_canvas" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "classifier_runner", + "key": "classifier_runner", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "classifier_runner", + "category": "ml", + "description": "Text classifier runner", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "classifier runner", + "classifier_runner agent", + "invoke classifier_runner" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "code_reviewer_sec", + "key": "code_reviewer_sec", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "code_reviewer_sec", + "category": "security", + "description": "Security-focused code review", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "code reviewer sec", + "code_reviewer_sec agent", + "invoke code_reviewer_sec" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "competitor_intel", + "key": "competitor_intel", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "competitor_intel", + "category": "research", + "description": "Competitor intelligence", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "competitor intel", + "competitor_intel agent", + "invoke competitor_intel" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "component_library", + "key": "component_library", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "component_library", + "category": "dev", + "description": "Component library curator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "component library", + "component_library agent", + "invoke component_library" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "consultant_senior", + "key": "consultant_senior", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "consultant_senior", + "category": "biz", + "description": "Senior consulting advisor", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "consultant senior", + "consultant_senior agent", + "invoke consultant_senior" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "content_curator", + "key": "content_curator", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "content_curator", + "category": "research", + "description": "Content curation agent", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "content curator", + "content_curator agent", + "invoke content_curator" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "cron_scheduler", + "key": "cron_scheduler", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "cron_scheduler", + "category": "ops", + "description": "Cron schedule optimizer", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "cron scheduler", + "cron_scheduler agent", + "invoke cron_scheduler" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "css_refactor", + "key": "css_refactor", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "css_refactor", + "category": "dev", + "description": "CSS refactor/optimize", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "css refactor", + "css_refactor agent", + "invoke css_refactor" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "data_validator", + "key": "data_validator", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "data_validator", + "category": "ml", + "description": "Data validation rules", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "data validator", + "data_validator agent", + "invoke data_validator" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "disaster_recovery", + "key": "disaster_recovery", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "disaster_recovery", + "category": "ops", + "description": "DR plan generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "disaster recovery", + "disaster_recovery agent", + "invoke disaster_recovery" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "docker_expert", + "key": "docker_expert", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "docker_expert", + "category": "ops", + "description": "Docker compose optimizer", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "docker expert", + "docker_expert agent", + "invoke docker_expert" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "embedding_generator", + "key": "embedding_generator", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "embedding_generator", + "category": "ml", + "description": "Text embedding generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "embedding generator", + "embedding_generator agent", + "invoke embedding_generator" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "etl_pipeline", + "key": "etl_pipeline", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "etl_pipeline", + "category": "ml", + "description": "ETL pipeline generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "etl pipeline", + "etl_pipeline agent", + "invoke etl_pipeline" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "fact_checker", + "key": "fact_checker", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "fact_checker", + "category": "research", + "description": "Fact checker + citations", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "fact checker", + "fact_checker agent", + "invoke fact_checker" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "financial_modeler", + "key": "financial_modeler", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "financial_modeler", + "category": "biz", + "description": "Financial model builder", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "financial modeler", + "financial_modeler agent", + "invoke financial_modeler" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "frontend_a11y", + "key": "frontend_a11y", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "frontend_a11y", + "category": "dev", + "description": "Accessibility auditor", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "frontend a11y", + "frontend_a11y agent", + "invoke frontend_a11y" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "frontend_bundle", + "key": "frontend_bundle", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "frontend_bundle", + "category": "dev", + "description": "Bundle size optimizer", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "frontend bundle", + "frontend_bundle agent", + "invoke frontend_bundle" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "frontend_lighthouse", + "key": "frontend_lighthouse", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "frontend_lighthouse", + "category": "dev", + "description": "Lighthouse score analyzer", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "frontend lighthouse", + "frontend_lighthouse agent", + "invoke frontend_lighthouse" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "frontend_perf", + "key": "frontend_perf", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "frontend_perf", + "category": "dev", + "description": "Frontend perf optimizer", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "frontend perf", + "frontend_perf agent", + "invoke frontend_perf" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "frontend_react", + "key": "frontend_react", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "frontend_react", + "category": "dev", + "description": "React component generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "frontend react", + "frontend_react agent", + "invoke frontend_react" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "frontend_responsive", + "key": "frontend_responsive", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "frontend_responsive", + "category": "dev", + "description": "Responsive layout adjuster", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "frontend responsive", + "frontend_responsive agent", + "invoke frontend_responsive" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "frontend_ui", + "key": "frontend_ui", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "frontend_ui", + "category": "dev", + "description": "UI component generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "frontend ui", + "frontend_ui agent", + "invoke frontend_ui" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "frontend_vue", + "key": "frontend_vue", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "frontend_vue", + "category": "dev", + "description": "Vue component generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "frontend vue", + "frontend_vue agent", + "invoke frontend_vue" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "k8s_expert", + "key": "k8s_expert", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "k8s_expert", + "category": "ops", + "description": "Kubernetes config advisor", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "k8s expert", + "k8s_expert agent", + "invoke k8s_expert" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "kpi_designer", + "key": "kpi_designer", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "kpi_designer", + "category": "biz", + "description": "KPI dashboard designer", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "kpi designer", + "kpi_designer agent", + "invoke kpi_designer" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "log_analyzer", + "key": "log_analyzer", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "log_analyzer", + "category": "ops", + "description": "Log file analyzer", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "log analyzer", + "log_analyzer agent", + "invoke log_analyzer" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "market_scanner", + "key": "market_scanner", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "market_scanner", + "category": "research", + "description": "Market scanning agent", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "market scanner", + "market_scanner agent", + "invoke market_scanner" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "metric_collector", + "key": "metric_collector", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "metric_collector", + "category": "ops", + "description": "Metrics collection setup", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "metric collector", + "metric_collector agent", + "invoke metric_collector" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "ml_feature_eng", + "key": "ml_feature_eng", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "ml_feature_eng", + "category": "ml", + "description": "ML feature engineering helper", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "ml feature eng", + "ml_feature_eng agent", + "invoke ml_feature_eng" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "news_aggregator", + "key": "news_aggregator", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "news_aggregator", + "category": "research", + "description": "News aggregation agent", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "news aggregator", + "news_aggregator agent", + "invoke news_aggregator" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "nginx_config", + "key": "nginx_config", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "nginx_config", + "category": "ops", + "description": "Nginx config generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "nginx config", + "nginx_config agent", + "invoke nginx_config" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "ocr_runner", + "key": "ocr_runner", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "ocr_runner", + "category": "ml", + "description": "OCR text extraction", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "ocr runner", + "ocr_runner agent", + "invoke ocr_runner" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "okr_coach", + "key": "okr_coach", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "okr_coach", + "category": "biz", + "description": "OKR definition coach", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "okr coach", + "okr_coach agent", + "invoke okr_coach" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "paper_reviewer", + "key": "paper_reviewer", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "paper_reviewer", + "category": "research", + "description": "Academic paper reviewer", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "paper reviewer", + "paper_reviewer agent", + "invoke paper_reviewer" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "pen_tester", + "key": "pen_tester", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "pen_tester", + "category": "security", + "description": "Automated pen test runner", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "pen tester", + "pen_tester agent", + "invoke pen_tester" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "pitch_deck_gen", + "key": "pitch_deck_gen", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "pitch_deck_gen", + "category": "biz", + "description": "Pitch deck generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "pitch deck gen", + "pitch_deck_gen agent", + "invoke pitch_deck_gen" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "porter5_runner", + "key": "porter5_runner", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "porter5_runner", + "category": "biz", + "description": "Porter 5 forces analysis", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "porter5 runner", + "porter5_runner agent", + "invoke porter5_runner" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "privacy_auditor", + "key": "privacy_auditor", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "privacy_auditor", + "category": "security", + "description": "Privacy/GDPR auditor", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "privacy auditor", + "privacy_auditor agent", + "invoke privacy_auditor" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "researcher_agent", + "key": "researcher_agent", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "researcher_agent", + "category": "research", + "description": "Deep research agent (Feynman-style)", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "researcher agent", + "researcher_agent agent", + "invoke researcher_agent" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "secret_scanner", + "key": "secret_scanner", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "secret_scanner", + "category": "security", + "description": "Secret/credential scanner", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "secret scanner", + "secret_scanner agent", + "invoke secret_scanner" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "sentiment_scorer", + "key": "sentiment_scorer", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "sentiment_scorer", + "category": "ml", + "description": "Sentiment analysis runner", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "sentiment scorer", + "sentiment_scorer agent", + "invoke sentiment_scorer" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "slide_builder", + "key": "slide_builder", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "slide_builder", + "category": "research", + "description": "Slide content builder", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "slide builder", + "slide_builder agent", + "invoke slide_builder" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "source_verifier", + "key": "source_verifier", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "source_verifier", + "category": "research", + "description": "Source URL verifier", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "source verifier", + "source_verifier agent", + "invoke source_verifier" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "ssl_expert", + "key": "ssl_expert", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "ssl_expert", + "category": "ops", + "description": "SSL/TLS config auditor", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "ssl expert", + "ssl_expert agent", + "invoke ssl_expert" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "strategy_planner", + "key": "strategy_planner", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "strategy_planner", + "category": "biz", + "description": "Strategy planning helper", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "strategy planner", + "strategy_planner agent", + "invoke strategy_planner" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "summarizer_agent", + "key": "summarizer_agent", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "summarizer_agent", + "category": "ml", + "description": "Text summarization agent", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "summarizer agent", + "summarizer_agent agent", + "invoke summarizer_agent" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "swot_analyzer", + "key": "swot_analyzer", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "swot_analyzer", + "category": "biz", + "description": "SWOT analysis runner", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "swot analyzer", + "swot_analyzer agent", + "invoke swot_analyzer" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "translator_agent", + "key": "translator_agent", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "translator_agent", + "category": "ml", + "description": "Multi-lang translator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "translator agent", + "translator_agent agent", + "invoke translator_agent" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "trend_scout", + "key": "trend_scout", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "trend_scout", + "category": "research", + "description": "Trend scouting agent", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "trend scout", + "trend_scout agent", + "invoke trend_scout" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "value_prop_canvas", + "key": "value_prop_canvas", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "value_prop_canvas", + "category": "biz", + "description": "Value proposition canvas", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "value prop canvas", + "value_prop_canvas agent", + "invoke value_prop_canvas" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "vector_search", + "key": "vector_search", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "vector_search", + "category": "ml", + "description": "Vector search query helper", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "vector search", + "vector_search agent", + "invoke vector_search" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "vuln_scanner", + "key": "vuln_scanner", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "vuln_scanner", + "category": "security", + "description": "Vulnerability scanner", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "vuln scanner", + "vuln_scanner agent", + "invoke vuln_scanner" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + }, + { + "name": "webhook_handler", + "key": "webhook_handler", + "sources": [ + "claude_subagents" + ], + "meta": { + "name": "webhook_handler", + "category": "dev", + "description": "Webhook handler generator", + "pattern": "claude-code-subagent", + "tokens_avg": 2100, + "duration_avg_s": 42, + "triggers": [ + "webhook handler", + "webhook_handler agent", + "invoke webhook_handler" + ], + "status": "READY", + "created_at": "2026-04-19T01:30:00+00:00" + } + } + ] + }, + "intents": { + "count": 313, + "arena_declared": 310, + "arena_wired": 224, + "arena_gap": 86, + "arena_version": "Wave 115", + "by_status": { + "EXECUTED": 183, + "PENDING_APPROVAL": 122, + "PENDING_SECURITY_REVIEW": 2, + "PENDING": 5, + "LIVE": 1 + }, + "by_domain": { + "site_web": 14, + "general": 225, + "wevads_pipeline": 25, + "agents_3d": 3, + "business": 28, + "ethica_b2b": 16, + "media_gen": 2 + }, + "arena_domains": { + "chatbot_core": { + "count": 18, + "wired": 18, + "intents": [ + "greeting", + "farewell", + "help", + "capabilities", + "status", + "about", + "pricing", + "contact", + "methodology", + "use_cases", + "partners", + "team", + "ethica", + "consulting", + "digital", + "cloud", + "erp", + "ia" + ] + }, + "infra_ops": { + "count": 22, + "wired": 22, + "intents": [ + "system_status", + "docker_status", + "disk_usage", + "port_check", + "cron_list", + "service_restart", + "git_push", + "backup_gold", + "nonreg", + "reconcile", + "l99_dashboard", + "cascade_status", + "web_scan", + "screenshot", + "deploy", + "rollback", + "ssl_check", + "dns_check", + "log_analyze", + "health_check", + "uptime", + "cpu_load" + ] + }, + "media_gen": { + "count": 12, + "wired": 12, + "intents": [ + "pdf_gen", + "excel_gen", + "pptx_gen", + "chart_gen", + "image_svg", + "tts_mp3", + "video_mp4", + "code_gen", + "webhook_gen", + "template_gen", + "report_gen", + "dashboard_gen" + ], + "gap": 0 + }, + "director": { + "count": 10, + "wired": 10, + "intents": [ + "director_status", + "auto_supervision", + "issue_detect", + "auto_fix", + "fleet_status", + "agent_dispatch", + "priority_queue", + "escalation", + "daily_report", + "weekly_report" + ] + }, + "wevads_pipeline": { + "count": 25, + "wired": 25, + "gap": 0, + "intents": [ + "brain_send", + "brain_config", + "warmup_manager", + "seed_cleaner", + "domain_rotation", + "smtp_config", + "iresponse_tag", + "sacred_winner", + "conversion_track", + "offer_manage", + "template_editor", + "deliverability", + "blacklist_check", + "inbox_placement", + "send_window", + "adherence_monitor", + "campaign_create", + "campaign_pause", + "volume_control", + "bounce_handler", + "complaint_handler", + "graph_sender", + "proxy_rotation", + "dark_scout", + "scraping_factory" + ] + }, + "ethica_b2b": { + "count": 16, + "wired": 16, + "gap": 0, + "intents": [ + "ethica_stats", + "ethica_scraper", + "ethica_enricher", + "ethica_sms", + "ethica_consent", + "ethica_drill", + "hcp_match", + "hcp_export", + "specialty_gap", + "email_reach", + "pharma_campaign", + "medreach_send", + "contact_validate", + "territory_map", + "rep_assign", + "compliance_check" + ] + }, + "business": { + "count": 28, + "wired": 28, + "gap": 0, + "intents": [ + "vistex_leads", + "huawei_billing", + "arrow_partnership", + "pricing_strategy", + "contract_draft", + "email_compose", + "proposal_gen", + "invoice_track", + "crm_update", + "lead_score", + "pipeline_forecast", + "quarterly_review", + "competitor_analysis", + "market_research", + "client_onboard", + "project_kickoff", + "sow_draft", + "nda_draft", + "rfp_response", + "budget_forecast", + "revenue_track", + "expense_report", + "timesheet", + "resource_plan", + "risk_register", + "stakeholder_map", + "milestone_track", + "deliverable_checklist" + ] + }, + "quality": { + "count": 15, + "wired": 15, + "intents": [ + "nonreg_run", + "playwright_test", + "visual_qa", + "functional_test", + "security_scan", + "performance_test", + "regression_check", + "code_review", + "lint_fix", + "api_test", + "e2e_test", + "load_test", + "accessibility", + "seo_audit", + "broken_links" + ] + }, + "security": { + "count": 12, + "wired": 12, + "intents": [ + "nuclei_scan", + "crowdsec_status", + "ssl_monitor", + "auth_check", + "firewall_rules", + "port_protect", + "chattr_guard", + "password_rotate", + "key_rotate", + "ip_whitelist", + "rate_limit", + "waf_config" + ] + }, + "site_web": { + "count": 14, + "wired": 14, + "gap": 0, + "intents": [ + "blog_create", + "seo_optimize", + "product_page", + "landing_page", + "case_study", + "testimonial", + "faq_update", + "translate", + "sitemap", + "analytics", + "ab_test", + "popup_config", + "form_builder", + "newsletter" + ] + }, + "ia_cognitive": { + "count": 16, + "wired": 16, + "intents": [ + "llm_cascade", + "provider_health", + "model_benchmark", + "rag_query", + "embedding_gen", + "kb_inject", + "sentiment_analysis", + "entity_extract", + "summarize", + "translate_ai", + "classify", + "cluster", + "predict", + "anomaly_detect", + "recommend", + "chatbot_train" + ] + }, + "agents_3d": { + "count": 8, + "wired": 8, + "gap": 0, + "intents": [ + "agent_deploy", + "agent_monitor", + "fleet_orchestrate", + "simulation_run", + "valuechain_analyze", + "enterprise_model", + "agent_evolve", + "multi_agent_consensus" + ] + }, + "automation": { + "count": 18, + "wired": 18, + "intents": [ + "cron_create", + "cron_delete", + "docker_restart", + "blade_task", + "playwright_run", + "ci_cd_pipeline", + "webhook_create", + "n8n_workflow", + "email_send", + "sms_send", + "notification", + "scheduler", + "queue_manage", + "batch_process", + "etl_pipeline", + "data_sync", + "backup_schedule", + "monitoring_alert" + ] + }, + "arena": { + "count": 10, + "wired": 10, + "intents": [ + "arena_chat", + "arena_consensus", + "arena_autonomous", + "arena_stream", + "arena_multiagent", + "arena_health", + "arena_budget", + "arena_autowire", + "arena_discover", + "arena_scale" + ] + } + }, + "items": [ + { + "name": "ab_test", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "ab test", + "ab testing" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "A/B test setup", + "file": "/api/wired-pending/intent-opus4-ab_test.php" + }, + { + "name": "activate_dispatcher", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "activate dispatcher", + "active dispatcher opus5", + "stub dispatcher activate" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-activate_dispatcher.php" + }, + { + "name": "adherence_monitor", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "adherence monitor", + "adherence" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Cron adherence monitor", + "file": "/api/wired-pending/intent-opus4-adherence_monitor.php" + }, + { + "name": "agent_3d_spawn", + "domain": "agents_3d", + "status": "EXECUTED", + "triggers": [ + "agent 3d spawn", + "spawn 3d agent" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Spawn 3D agent", + "file": "/api/wired-pending/intent-opus4-agent_3d_spawn.php" + }, + { + "name": "agent_3d_studio", + "domain": "agents_3d", + "status": "EXECUTED", + "triggers": [ + "agent 3d studio", + "3d studio" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "3D studio mgmt", + "file": "/api/wired-pending/intent-opus4-agent_3d_studio.php" + }, + { + "name": "agent_3d_voice", + "domain": "agents_3d", + "status": "EXECUTED", + "triggers": [ + "agent 3d voice", + "3d voice" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "3D agent voice synthesis", + "file": "/api/wired-pending/intent-opus4-agent_3d_voice.php" + }, + { + "name": "agent_search", + "domain": "general", + "status": "PENDING_SECURITY_REVIEW", + "triggers": [ + "agent search", + "cherche agent", + "trouve agent" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-agent_search.php" + }, + { + "name": "agents_catalog", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "catalog agents", + "liste agents", + "agents catalog" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-agents_catalog.php" + }, + { + "name": "agents_census", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "agents census", + "census agents" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-agents_census.php" + }, + { + "name": "agents_count", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "combien agents", + "nombre agents", + "total agents", + "agents total" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-agents_count.php" + }, + { + "name": "agents_gap", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "agents gap", + "agility gap", + "12 agents missing" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-agents_gap.php" + }, + { + "name": "agents_total", + "domain": "general", + "status": "PENDING_SECURITY_REVIEW", + "triggers": [ + "combien agents", + "total agents", + "nb agents" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-agents_total.php" + }, + { + "name": "agility_12_agents", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "agility 12 agents", + "list 12 agents methodo", + "agility scrum dora list" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-agility_12_agents.php" + }, + { + "name": "agility_agents_register", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "agility register", + "12 agents register", + "scrum po dora register" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-agility_agents_register.php" + }, + { + "name": "agility_registered", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "agility registered", + "12 agents registered", + "agility list" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-agility_registered.php" + }, + { + "name": "ai_benchmark", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "ai benchmark", + "audit ia mondiale", + "benchmark llm" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-ai_benchmark.php" + }, + { + "name": "alert_config", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "alert config", + "alert_config agent", + "invoke alert_config" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Alerting rules generator", + "file": "/api/wired-pending/intent-opus4-alert_config.php" + }, + { + "name": "alerts_correlation_p0", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "alerts correlation", + "p0 correlation", + "alerts root cause link" + ], + "source": "opus-yacine-18avr-correlation", + "description": "Corrรฉlation 2 alertes WEVIA ยท root cause identifiรฉe ยท 3 options fix ยท awaiting decision", + "file": "/api/wired-pending/intent-opus4-alerts_correlation_p0.php" + }, + { + "name": "analytics", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "analytics report", + "plausible stats" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Plausible analytics", + "file": "/api/wired-pending/intent-opus4-analytics.php" + }, + { + "name": "antispam_hetzner_audit", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "antispam hetzner", + "hetzner audit", + "spam check" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-antispam_hetzner_audit.php" + }, + { + "name": "api_design", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "api design", + "api_design agent", + "invoke api_design" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "REST/GraphQL API design", + "file": "/api/wired-pending/intent-opus4-api_design.php" + }, + { + "name": "api_docs_gen", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "api docs gen", + "api_docs_gen agent", + "invoke api_docs_gen" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Swagger/OpenAPI docs generator", + "file": "/api/wired-pending/intent-opus4-api_docs_gen.php" + }, + { + "name": "api_mock", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "api mock", + "api_mock agent", + "invoke api_mock" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "API mock server setup", + "file": "/api/wired-pending/intent-opus4-api_mock.php" + }, + { + "name": "api_test_gen", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "api test gen", + "api_test_gen agent", + "invoke api_test_gen" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "API test suite generator", + "file": "/api/wired-pending/intent-opus4-api_test_gen.php" + }, + { + "name": "architecture_scan", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "architecture scan", + "schema architecture", + "archi map" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-architecture_scan.php" + }, + { + "name": "arrow_partnership", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "arrow partnership", + "arrow scaleway", + "arrow status" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Arrow/Scaleway partnership status", + "file": "/api/wired-pending/intent-opus4-arrow_partnership.php" + }, + { + "name": "autonomous_orchestrator", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "auto orchestrator", + "meta orch", + "chain cognitive", + "full pipeline" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-autonomous_orchestrator.php" + }, + { + "name": "backend_architect", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "backend architect", + "backend_architect agent", + "invoke backend_architect" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Set up DB schema + API design", + "file": "/api/wired-pending/intent-opus4-backend_architect.php" + }, + { + "name": "backend_migrate", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "backend migrate", + "backend_migrate agent", + "invoke backend_migrate" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "DB migration generator", + "file": "/api/wired-pending/intent-opus4-backend_migrate.php" + }, + { + "name": "backend_optimize", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "backend optimize", + "backend_optimize agent", + "invoke backend_optimize" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Optimize backend performance", + "file": "/api/wired-pending/intent-opus4-backend_optimize.php" + }, + { + "name": "backend_refactor", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "backend refactor", + "backend_refactor agent", + "invoke backend_refactor" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Refactor existing backend code", + "file": "/api/wired-pending/intent-opus4-backend_refactor.php" + }, + { + "name": "backend_security", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "backend security", + "backend_security agent", + "invoke backend_security" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Security audit backend code", + "file": "/api/wired-pending/intent-opus4-backend_security.php" + }, + { + "name": "backup_strategy", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "backup strategy", + "backup_strategy agent", + "invoke backup_strategy" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Backup strategy planner", + "file": "/api/wired-pending/intent-opus4-backup_strategy.php" + }, + { + "name": "blacklist_check", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "blacklist check", + "blacklists" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Blacklist MXToolbox", + "file": "/api/wired-pending/intent-opus4-blacklist_check.php" + }, + { + "name": "blade_heartbeat", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "blade heartbeat", + "blade alive", + "blade status" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-blade_heartbeat.php" + }, + { + "name": "blade_live_status", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "blade live status", + "blade state now", + "blade s204 status" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-blade_live_status.php" + }, + { + "name": "blade_queue", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "blade queue", + "blade tasks pending" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-blade_queue.php" + }, + { + "name": "blade_status_live", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "blade status", + "blade online", + "blade queue live" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-blade_status_live.php" + }, + { + "name": "blade_wake", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "blade wake", + "wake blade", + "reveille blade" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-blade_wake.php" + }, + { + "name": "blog_create", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "blog create", + "create blog" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Blog markdown create", + "file": "/api/wired-pending/intent-opus4-blog_create.php" + }, + { + "name": "bounce_handler", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "bounce handler", + "bounces" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Bounce handler", + "file": "/api/wired-pending/intent-opus4-bounce_handler.php" + }, + { + "name": "brain_config", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "brain config", + "brain configuration" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Brain configs 612 S95", + "file": "/api/wired-pending/intent-opus4-brain_config.php" + }, + { + "name": "brain_ports_check", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "brain ports check", + "ollama ports" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-brain_ports_check.php" + }, + { + "name": "brain_send", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "brain send", + "brain send status" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Brain send engine status S95", + "file": "/api/wired-pending/intent-opus4-brain_send.php" + }, + { + "name": "budget_forecast", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "budget forecast", + "budget 90d" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Budget forecast 90d", + "file": "/api/wired-pending/intent-opus4-budget_forecast.php" + }, + { + "name": "business_model_canvas", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "business model canvas", + "business_model_canvas agent", + "invoke business_model_canvas" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Business model canvas", + "file": "/api/wired-pending/intent-opus4-business_model_canvas.php" + }, + { + "name": "business_visual_studio", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "business visual studio", + "bvs studio", + "videos test studio", + "test video management", + "playwright hub", + "all videos hub" + ], + "source": "opus-yacine-18avr-bvs-module", + "description": "Business Visual Studio ยท hub all Playwright videos + Selenium + Chrome tests ยท integrated L99 & NonReg ยท single entry point", + "file": "/api/wired-pending/intent-opus4-business_visual_studio.php" + }, + { + "name": "campaign_create", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "campaign create", + "create campaign" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Campaign creator", + "file": "/api/wired-pending/intent-opus4-campaign_create.php" + }, + { + "name": "campaign_pause", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "campaign pause", + "pause campaign" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Campaign pauser", + "file": "/api/wired-pending/intent-opus4-campaign_pause.php" + }, + { + "name": "case_study", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "case study", + "case" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Case study generator", + "file": "/api/wired-pending/intent-opus4-case_study.php" + }, + { + "name": "check_still_works", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "pattern" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-check_still_works.php" + }, + { + "name": "classifier_runner", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "classifier runner", + "classifier_runner agent", + "invoke classifier_runner" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Text classifier runner", + "file": "/api/wired-pending/intent-opus4-classifier_runner.php" + }, + { + "name": "client_onboard", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "client onboard", + "onboarding" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Client onboarding checklist", + "file": "/api/wired-pending/intent-opus4-client_onboard.php" + }, + { + "name": "code_reviewer_sec", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "code reviewer sec", + "code_reviewer_sec agent", + "invoke code_reviewer_sec" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Security-focused code review", + "file": "/api/wired-pending/intent-opus4-code_reviewer_sec.php" + }, + { + "name": "code_wiki_stats", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "code wiki", + "coding wiki", + "code intel" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-code_wiki_stats.php" + }, + { + "name": "commits_reconcile", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "commits reconcile", + "reconcile autres claude", + "who committed" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-commits_reconcile.php" + }, + { + "name": "competitor_analysis", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "competitor analysis", + "competitor scan" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Competitor landscape scan", + "file": "/api/wired-pending/intent-opus4-competitor_analysis.php" + }, + { + "name": "competitor_intel", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "competitor intel", + "competitor_intel agent", + "invoke competitor_intel" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Competitor intelligence", + "file": "/api/wired-pending/intent-opus4-competitor_intel.php" + }, + { + "name": "complaint_handler", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "complaint handler", + "complaints" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Complaint FBL handler", + "file": "/api/wired-pending/intent-opus4-complaint_handler.php" + }, + { + "name": "compliance_check", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "compliance check", + "compliance" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "GDPR pharma compliance", + "file": "/api/wired-pending/intent-opus4-compliance_check.php" + }, + { + "name": "component_library", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "component library", + "component_library agent", + "invoke component_library" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Component library curator", + "file": "/api/wired-pending/intent-opus4-component_library.php" + }, + { + "name": "consultant_senior", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "consultant senior", + "consultant_senior agent", + "invoke consultant_senior" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Senior consulting advisor", + "file": "/api/wired-pending/intent-opus4-consultant_senior.php" + }, + { + "name": "contact_validate", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "contact validate", + "validate contact" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "ethica-validator", + "file": "/api/wired-pending/intent-opus4-contact_validate.php" + }, + { + "name": "content_curator", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "content curator", + "content_curator agent", + "invoke content_curator" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Content curation agent", + "file": "/api/wired-pending/intent-opus4-content_curator.php" + }, + { + "name": "contract_draft", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "contract draft", + "draft contract" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Contract draft skeleton", + "file": "/api/wired-pending/intent-opus4-contract_draft.php" + }, + { + "name": "conversion_track", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "conversion track", + "conversions" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Conversions PULL CX3+DoubleM", + "file": "/api/wired-pending/intent-opus4-conversion_track.php" + }, + { + "name": "count_pattern", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "combien de fichiers", + "grep count", + "count occurrences" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-count_pattern.php" + }, + { + "name": "crm_staleness", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "crm staleness", + "send_contacts doctrine", + "crm decision 55" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-crm_staleness.php" + }, + { + "name": "crm_update", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "crm update", + "update deal" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "CRM deal update", + "file": "/api/wired-pending/intent-opus4-crm_update.php" + }, + { + "name": "crm_volumes", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "volumes crm", + "crm count", + "pipe deals count", + "crm stats live" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-crm_volumes.php" + }, + { + "name": "cron_scheduler", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "cron scheduler", + "cron_scheduler agent", + "invoke cron_scheduler" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Cron schedule optimizer", + "file": "/api/wired-pending/intent-opus4-cron_scheduler.php" + }, + { + "name": "css_refactor", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "css refactor", + "css_refactor agent", + "invoke css_refactor" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "CSS refactor/optimize", + "file": "/api/wired-pending/intent-opus4-css_refactor.php" + }, + { + "name": "dark_scout", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "dark scout", + "dark web" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Dark scout intelligence", + "file": "/api/wired-pending/intent-opus4-dark_scout.php" + }, + { + "name": "dashboard_orchestrateur", + "domain": "general", + "status": "PENDING", + "triggers": [ + "dashboard orchestrateur", + "orchestrateur godmode", + "centre orchestration wevia", + "vue archi aerienne", + "module orchestrateur", + "scan orchestrateur", + "orchestrer wevia master", + "wevia master dashboard", + "archi wevia aerienne", + "pilotage interieur wevia", + "intents wires wevia" + ], + "source": "opus-wire-orchestrator-enrich-v2", + "description": "Pilotage WEVIA Master depuis linterieur. 20 intents/941 patterns, 13 tools router, 4 skills, 36 vault, 47 wiki, 14 archi steps, 12 pilotage actions.", + "file": "/api/wired-pending/intent-opus4-dashboard_orchestrateur.php" + }, + { + "name": "data_validator", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "data validator", + "data_validator agent", + "invoke data_validator" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Data validation rules", + "file": "/api/wired-pending/intent-opus4-data_validator.php" + }, + { + "name": "db_stats_live", + "domain": "general", + "status": "PENDING", + "triggers": [ + "db stats", + "database stats", + "combien tables", + "stats postgres", + "volume database", + "size database", + "postgres stats", + "db volume" + ], + "source": "opus-wire-db-17avr", + "description": "Live DB stats: 674 tables PG, top 20, schemas breakdown, critical status", + "file": "/api/wired-pending/intent-opus4-db_stats_live.php" + }, + { + "name": "deerflow_research", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "deerflow", + "research agent", + "deep research" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-deerflow_research.php" + }, + { + "name": "deerflow_tendances", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "deerflow tendances", + "deerflow trends", + "research tendances" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-deerflow_tendances.php" + }, + { + "name": "deliverability", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "deliverability", + "inbox rate" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Deliverability O365 97%", + "file": "/api/wired-pending/intent-opus4-deliverability.php" + }, + { + "name": "deliverable_checklist", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "deliverable checklist", + "deliverables" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Deliverables checklist", + "file": "/api/wired-pending/intent-opus4-deliverable_checklist.php" + }, + { + "name": "disaster_recovery", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "disaster recovery", + "disaster_recovery agent", + "invoke disaster_recovery" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "DR plan generator", + "file": "/api/wired-pending/intent-opus4-disaster_recovery.php" + }, + { + "name": "dispatch_context", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "dispatch par contexte", + "route intelligent", + "smart dispatch" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-dispatch_context.php" + }, + { + "name": "docker_expert", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "docker expert", + "docker_expert agent", + "invoke docker_expert" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Docker compose optimizer", + "file": "/api/wired-pending/intent-opus4-docker_expert.php" + }, + { + "name": "domain_rotation", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "domain rotation", + "rotate domains" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Domain rotation 288 verified", + "file": "/api/wired-pending/intent-opus4-domain_rotation.php" + }, + { + "name": "dora_metrics_agent", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "dora metrics", + "ag08 dora", + "deploy freq" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-dora_metrics_agent.php" + }, + { + "name": "dormants_real", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "dormants real", + "zero dormant audit", + "dormants live" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-dormants_real.php" + }, + { + "name": "dsh_predict_api", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "dsh predict api", + "dashboard predict live", + "predict unified" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-dsh_predict_api.php" + }, + { + "name": "dsh_predict_cache", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "dsh predict cache", + "predict cache", + "predictive cache" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-dsh_predict_cache.php" + }, + { + "name": "dsh_predict_full", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "dsh predict", + "dashboard predict", + "predictions live" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-dsh_predict_full.php" + }, + { + "name": "dsh_predict_heal", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "dsh predict heal", + "predict heal", + "predictive heal" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-dsh_predict_heal.php" + }, + { + "name": "dsh_predict_unified", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "dsh predict unified", + "wepredict live", + "predict api" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-dsh_predict_unified.php" + }, + { + "name": "dshp_e2e_latest", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "dshp e2e latest", + "e2e results dshp", + "playwright dshp" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-dshp_e2e_latest.php" + }, + { + "name": "ecosystem_status", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "ecosystem status", + "ecosystem live", + "machines gpus apps" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-ecosystem_status.php" + }, + { + "name": "email_compose", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "email compose", + "compose email", + "draft email" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Compose email to stakeholder", + "file": "/api/wired-pending/intent-opus4-email_compose.php" + }, + { + "name": "email_reach", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "email reach", + "reachability" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Reachability 110220/151709", + "file": "/api/wired-pending/intent-opus4-email_reach.php" + }, + { + "name": "email_sync_status", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "email sync status", + "sync status", + "email inbox sync" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-email_sync_status.php" + }, + { + "name": "embedding_generator", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "embedding generator", + "embedding_generator agent", + "invoke embedding_generator" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Text embedding generator", + "file": "/api/wired-pending/intent-opus4-embedding_generator.php" + }, + { + "name": "ethica_chatbot_fix", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "ethica chatbot fix", + "fix ethica 502", + "ethica backend 502", + "swap ethica api" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-ethica_chatbot_fix.php" + }, + { + "name": "ethica_consent", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "ethica consent", + "consent" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "consent.wevup.app", + "file": "/api/wired-pending/intent-opus4-ethica_consent.php" + }, + { + "name": "ethica_count_fix", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "fix ethica count routing", + "patch ethica count", + "repare ethica count" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-ethica_count_fix.php" + }, + { + "name": "ethica_drill", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "ethica drill", + "hcp drill" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Drill-down by specialty", + "file": "/api/wired-pending/intent-opus4-ethica_drill.php" + }, + { + "name": "ethica_enricher", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "ethica enricher", + "enrich hcp" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "ethica-enrich-v4", + "file": "/api/wired-pending/intent-opus4-ethica_enricher.php" + }, + { + "name": "ethica_hcp_bulk_search", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "ethica hcp bulk search", + "find bulk script", + "locate ethica_hcp script" + ], + "source": "opus-yacine-18avr-p0-diag", + "description": "Recherche script bulk ethica_hcp sur S95 ยท localise le code pour relance manuelle", + "file": "/api/wired-pending/intent-opus4-ethica_hcp_bulk_search.php" + }, + { + "name": "ethica_live", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "ethica live count", + "hcp live", + "ethica reel" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-ethica_live.php" + }, + { + "name": "ethica_scraper", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "ethica scraper", + "hcp scraper" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Ethica scraper LIVE", + "file": "/api/wired-pending/intent-opus4-ethica_scraper.php" + }, + { + "name": "ethica_sms", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "ethica sms", + "hcp sms" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Ethica SMS campaigns", + "file": "/api/wired-pending/intent-opus4-ethica_sms.php" + }, + { + "name": "ethica_stats", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "ethica stats", + "hcp stats" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Ethica 151709 HCPs 110220 emails", + "file": "/api/wired-pending/intent-opus4-ethica_stats.php" + }, + { + "name": "ethica_stats_live", + "domain": "general", + "status": "PENDING", + "triggers": [ + "ethica stats live", + "ethica volumes detailles", + "hcps live stats", + "combien hcps par pays", + "breakdown hcps ethica" + ], + "source": "opus-wire-live-17avr", + "description": "Ethica HCPs live breakdown par pays via ethica-stats-api.php - doctrine 57 NO-FAKE", + "file": "/api/wired-pending/intent-opus4-ethica_stats_live.php" + }, + { + "name": "ethica_swap_safe", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "ethica swap safe", + "swap ethica vers safe", + "swap ethica chatbot" + ], + "source": "opus5-ethica-swap-17avr-1703", + "description": "Swap endpoint ethica-chatbot.html vers opus5-weval-ia-fast-safe.php via opus5-page-api-swap helper", + "file": "/api/wired-pending/intent-opus4-ethica_swap_safe.php" + }, + { + "name": "etl_pipeline", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "etl pipeline", + "etl_pipeline agent", + "invoke etl_pipeline" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "ETL pipeline generator", + "file": "/api/wired-pending/intent-opus4-etl_pipeline.php" + }, + { + "name": "expense_report", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "expense report", + "expenses" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Expense report generator", + "file": "/api/wired-pending/intent-opus4-expense_report.php" + }, + { + "name": "fact_checker", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "fact checker", + "fact_checker agent", + "invoke fact_checker" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Fact checker + citations", + "file": "/api/wired-pending/intent-opus4-fact_checker.php" + }, + { + "name": "faq_update", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "faq update", + "faq" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "FAQ update", + "file": "/api/wired-pending/intent-opus4-faq_update.php" + }, + { + "name": "feynman_research", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "feynman research", + "deep research", + "research 4 agents", + "autonomous research" + ], + "source": "opus-yacine-18avr-screenshots-feynman", + "description": "", + "file": "/api/wired-pending/intent-opus4-feynman_research.php" + }, + { + "name": "financial_modeler", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "financial modeler", + "financial_modeler agent", + "invoke financial_modeler" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Financial model builder", + "file": "/api/wired-pending/intent-opus4-financial_modeler.php" + }, + { + "name": "fix_11435", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "fix port ollama", + "11435 11434", + "batch fix ports" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-fix_11435.php" + }, + { + "name": "fix_ports_check", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "fix ports", + "check ports conflicts", + "port audit" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-fix_ports_check.php" + }, + { + "name": "form_builder", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "form builder", + "build form" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Form builder", + "file": "/api/wired-pending/intent-opus4-form_builder.php" + }, + { + "name": "frontend_a11y", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "frontend a11y", + "frontend_a11y agent", + "invoke frontend_a11y" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Accessibility auditor", + "file": "/api/wired-pending/intent-opus4-frontend_a11y.php" + }, + { + "name": "frontend_bundle", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "frontend bundle", + "frontend_bundle agent", + "invoke frontend_bundle" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Bundle size optimizer", + "file": "/api/wired-pending/intent-opus4-frontend_bundle.php" + }, + { + "name": "frontend_lighthouse", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "frontend lighthouse", + "frontend_lighthouse agent", + "invoke frontend_lighthouse" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Lighthouse score analyzer", + "file": "/api/wired-pending/intent-opus4-frontend_lighthouse.php" + }, + { + "name": "frontend_perf", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "frontend perf", + "frontend_perf agent", + "invoke frontend_perf" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Frontend perf optimizer", + "file": "/api/wired-pending/intent-opus4-frontend_perf.php" + }, + { + "name": "frontend_react", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "frontend react", + "frontend_react agent", + "invoke frontend_react" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "React component generator", + "file": "/api/wired-pending/intent-opus4-frontend_react.php" + }, + { + "name": "frontend_responsive", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "frontend responsive", + "frontend_responsive agent", + "invoke frontend_responsive" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Responsive layout adjuster", + "file": "/api/wired-pending/intent-opus4-frontend_responsive.php" + }, + { + "name": "frontend_ui", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "frontend ui", + "frontend_ui agent", + "invoke frontend_ui" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "UI component generator", + "file": "/api/wired-pending/intent-opus4-frontend_ui.php" + }, + { + "name": "frontend_vue", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "frontend vue", + "frontend_vue agent", + "invoke frontend_vue" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Vue component generator", + "file": "/api/wired-pending/intent-opus4-frontend_vue.php" + }, + { + "name": "gap_agents_list", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "gap agents list", + "12 agents missing", + "agility agents gap list" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-gap_agents_list.php" + }, + { + "name": "gemma4_option", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "gemma 4", + "gemma4 option", + "gemma claude code" + ], + "source": "opus-yacine-18avr-screenshots-gemma4", + "description": "", + "file": "/api/wired-pending/intent-opus4-gemma4_option.php" + }, + { + "name": "gpu_grid_health", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "gpu grid", + "grid gpu", + "grid distributed", + "parallel query" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-gpu_grid_health.php" + }, + { + "name": "gpus_free", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "gpus free", + "17 providers", + "ai providers" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-gpus_free.php" + }, + { + "name": "graph_sender", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "graph sender", + "graph send" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Microsoft Graph O365", + "file": "/api/wired-pending/intent-opus4-graph_sender.php" + }, + { + "name": "hcp_export", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "hcp export", + "export hcp" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "HCP export CSV 146694", + "file": "/api/wired-pending/intent-opus4-hcp_export.php" + }, + { + "name": "hcp_match", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "hcp match", + "match hcp" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "HCP fuzzy matching", + "file": "/api/wired-pending/intent-opus4-hcp_match.php" + }, + { + "name": "hcp_par_pays", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "hcp par pays", + "hcp by country", + "ethica par pays" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-hcp_par_pays.php" + }, + { + "name": "huawei_billing", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "huawei billing", + "huawei dispute", + "huawei quota" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Huawei billing dispute + ECS quota status", + "file": "/api/wired-pending/intent-opus4-huawei_billing.php" + }, + { + "name": "implement_plan", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "implement plan", + "execute plan", + "applique plan", + "run plan" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-implement_plan.php" + }, + { + "name": "inbound_crons", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "inbound crons", + "crons safe", + "alimentation crons" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-inbound_crons.php" + }, + { + "name": "inbox_placement", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "inbox placement", + "placement" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Inbox placement GlockApps", + "file": "/api/wired-pending/intent-opus4-inbox_placement.php" + }, + { + "name": "infra_live", + "domain": "general", + "status": "PENDING", + "triggers": [ + "infra live", + "infra status", + "infra dashboard", + "system stats", + "load avg", + "disque plein", + "memoire ram", + "docker status" + ], + "source": "opus-wire-infra-17avr", + "description": "Live infra: system/docker/services/ports/network", + "file": "/api/wired-pending/intent-opus4-infra_live.php" + }, + { + "name": "invoice_track", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "invoice track", + "invoices status" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Invoice tracking status", + "file": "/api/wired-pending/intent-opus4-invoice_track.php" + }, + { + "name": "iresponse_tag", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "iresponse tag", + "adx tag" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "ADX tag engine status", + "file": "/api/wired-pending/intent-opus4-iresponse_tag.php" + }, + { + "name": "k8s_expert", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "k8s expert", + "k8s_expert agent", + "invoke k8s_expert" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Kubernetes config advisor", + "file": "/api/wired-pending/intent-opus4-k8s_expert.php" + }, + { + "name": "kaouther_drafts", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "kaouther status", + "email kaouther", + "drafts kaouther", + "ethica emails", + "kaouther drafts" + ], + "source": "opus5-kaouther-drafts-17avr-1648", + "description": "Retourne les drafts Kaouther finalisรฉs (1 draft version validรฉe Yacine)", + "file": "/api/wired-pending/intent-opus4-kaouther_drafts.php" + }, + { + "name": "kaouther_send_ready", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "kaouther ready", + "campaign ready", + "kaouther button" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-kaouther_send_ready.php" + }, + { + "name": "knowledge_graph", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "knowledge graph", + "graph rag", + "opus knowledge" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-knowledge_graph.php" + }, + { + "name": "knowledge_graph_stats", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "graph stats", + "knowledge graph", + "kg stats" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-knowledge_graph_stats.php" + }, + { + "name": "kpi_designer", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "kpi designer", + "kpi_designer agent", + "invoke kpi_designer" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "KPI dashboard designer", + "file": "/api/wired-pending/intent-opus4-kpi_designer.php" + }, + { + "name": "kpi_gaps_detail", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "kpi gaps", + "21 kpis needed", + "kpi sources" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-kpi_gaps_detail.php" + }, + { + "name": "kpi_stripe_mrr", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "kpi stripe mrr", + "mrr stripe", + "monthly recurring" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-kpi_stripe_mrr.php" + }, + { + "name": "kpi_stripe_revenue", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "kpi stripe revenue", + "revenue stripe" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-kpi_stripe_revenue.php" + }, + { + "name": "kpi_stripe_status", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "kpi stripe status", + "stripe status", + "stripe kpi" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-kpi_stripe_status.php" + }, + { + "name": "kpi_wevads_modules", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "kpi wevads modules", + "wevads modules", + "wevads status" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-kpi_wevads_modules.php" + }, + { + "name": "kpi_wevads_sends", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "kpi wevads sends", + "wevads sends", + "email sends live" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-kpi_wevads_sends.php" + }, + { + "name": "kpi_wevads_tracking", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "kpi wevads tracking", + "wevads tracking", + "click tracking" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-kpi_wevads_tracking.php" + }, + { + "name": "kpi_wire_list", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "kpi wire", + "kpis wire needed", + "kpis manquants" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-kpi_wire_list.php" + }, + { + "name": "landing_page", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "landing page", + "landing" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Landing page builder", + "file": "/api/wired-pending/intent-opus4-landing_page.php" + }, + { + "name": "lead_score", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "lead score", + "score lead" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Predictive lead scoring", + "file": "/api/wired-pending/intent-opus4-lead_score.php" + }, + { + "name": "leads_diag", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "leads diag", + "leads 7d", + "pourquoi leads zero" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-leads_diag.php" + }, + { + "name": "list_opus5_endpoints", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "liste endpoints opus5", + "quels sont les opus5", + "opus5 registry", + "endpoints dispo" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-list_opus5_endpoints.php" + }, + { + "name": "living_proof", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "living proof", + "video scenario testing", + "video hub" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-living_proof.php" + }, + { + "name": "log_analyzer", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "log analyzer", + "log_analyzer agent", + "invoke log_analyzer" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Log file analyzer", + "file": "/api/wired-pending/intent-opus4-log_analyzer.php" + }, + { + "name": "machines_status", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "machines status", + "4 machines", + "infra machines" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-machines_status.php" + }, + { + "name": "magika_scan", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "magika scan", + "file type detect", + "file scanner" + ], + "source": "opus-yacine-18avr-screenshots-magika", + "description": "", + "file": "/api/wired-pending/intent-opus4-magika_scan.php" + }, + { + "name": "market_research", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "market research", + "market scan" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Market research via Deerflow", + "file": "/api/wired-pending/intent-opus4-market_research.php" + }, + { + "name": "market_scanner", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "market scanner", + "market_scanner agent", + "invoke market_scanner" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Market scanning agent", + "file": "/api/wired-pending/intent-opus4-market_scanner.php" + }, + { + "name": "medreach_send", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "medreach send", + "medreach" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Medreach send pipeline", + "file": "/api/wired-pending/intent-opus4-medreach_send.php" + }, + { + "name": "metric_collector", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "metric collector", + "metric_collector agent", + "invoke metric_collector" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Metrics collection setup", + "file": "/api/wired-pending/intent-opus4-metric_collector.php" + }, + { + "name": "milestone_track", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "milestone track", + "milestones" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Milestones tracking", + "file": "/api/wired-pending/intent-opus4-milestone_track.php" + }, + { + "name": "ml_feature_eng", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "ml feature eng", + "ml_feature_eng agent", + "invoke ml_feature_eng" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "ML feature engineering helper", + "file": "/api/wired-pending/intent-opus4-ml_feature_eng.php" + }, + { + "name": "multiagent_selectif", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "multiagent selectif", + "agent intelligent", + "pick agent" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-multiagent_selectif.php" + }, + { + "name": "n8n_workflow_list", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "n8n workflow", + "workflow list", + "workflow n8n" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-n8n_workflow_list.php" + }, + { + "name": "nda_draft", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "nda draft", + "nda template" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "NDA draft template", + "file": "/api/wired-pending/intent-opus4-nda_draft.php" + }, + { + "name": "neurorag_status", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "neurorag status", + "autonomy status", + "memory status", + "skills status" + ], + "source": "opus-yacine-18avr-neurorag", + "description": "", + "file": "/api/wired-pending/intent-opus4-neurorag_status.php" + }, + { + "name": "news_aggregator", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "news aggregator", + "news_aggregator agent", + "invoke news_aggregator" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "News aggregation agent", + "file": "/api/wired-pending/intent-opus4-news_aggregator.php" + }, + { + "name": "newsletter", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "newsletter", + "newsletter send" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Listmonk newsletter", + "file": "/api/wired-pending/intent-opus4-newsletter.php" + }, + { + "name": "nginx_config", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "nginx config", + "nginx_config agent", + "invoke nginx_config" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Nginx config generator", + "file": "/api/wired-pending/intent-opus4-nginx_config.php" + }, + { + "name": "nuclei_scan", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "nuclei scan", + "cybersec scan", + "security scan" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-nuclei_scan.php" + }, + { + "name": "ocr_runner", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "ocr runner", + "ocr_runner agent", + "invoke ocr_runner" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "OCR text extraction", + "file": "/api/wired-pending/intent-opus4-ocr_runner.php" + }, + { + "name": "offer_manage", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "offer manage", + "offers" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "85 offers active", + "file": "/api/wired-pending/intent-opus4-offer_manage.php" + }, + { + "name": "okr_coach", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "okr coach", + "okr_coach agent", + "invoke okr_coach" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "OKR definition coach", + "file": "/api/wired-pending/intent-opus4-okr_coach.php" + }, + { + "name": "opus4_direct", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "pattern" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-opus4_direct.php" + }, + { + "name": "opus4_internal_test", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "t_a", + "t_b" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-opus4_internal_test.php" + }, + { + "name": "orch_v3_test", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "orchestrator v3", + "orch v3", + "meta v3", + "cache first" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-orch_v3_test.php" + }, + { + "name": "outbound_risk", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "outbound risk", + "auto send audit", + "hetzner spam audit" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-outbound_risk.php" + }, + { + "name": "p0_tldr", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "p0 status", + "p0 tldr", + "pending humains", + "status p0" + ], + "source": "opus5-case-fix-17avr-0902", + "description": "", + "file": "/api/wired-pending/intent-opus4-p0_tldr.php" + }, + { + "name": "paper_reviewer", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "paper reviewer", + "paper_reviewer agent", + "invoke paper_reviewer" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Academic paper reviewer", + "file": "/api/wired-pending/intent-opus4-paper_reviewer.php" + }, + { + "name": "paperclip_agents_all", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "paperclip agents list", + "paperclip catalog" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-paperclip_agents_all.php" + }, + { + "name": "paperclip_stats", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "paperclip stats", + "paperclip agents", + "paperclip summary" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-paperclip_stats.php" + }, + { + "name": "pctl_stats_live", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "paperclip live stats", + "pctl stats", + "paperclip stats full" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pctl_stats_live.php" + }, + { + "name": "pen_tester", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "pen tester", + "pen_tester agent", + "invoke pen_tester" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Automated pen test runner", + "file": "/api/wired-pending/intent-opus4-pen_tester.php" + }, + { + "name": "pending_scan", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "pending scan", + "audit p1", + "scan pendings" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pending_scan.php" + }, + { + "name": "pharma_campaign", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "pharma campaign", + "pharma" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Pharma 2 active", + "file": "/api/wired-pending/intent-opus4-pharma_campaign.php" + }, + { + "name": "pipeline_forecast", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "pipeline forecast", + "forecast revenue" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Pipeline revenue forecast 90d", + "file": "/api/wired-pending/intent-opus4-pipeline_forecast.php" + }, + { + "name": "pitch_deck_gen", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "pitch deck gen", + "pitch_deck_gen agent", + "invoke pitch_deck_gen" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Pitch deck generator", + "file": "/api/wired-pending/intent-opus4-pitch_deck_gen.php" + }, + { + "name": "plan_list", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "plan list", + "liste plans", + "plans en cours", + "all plans" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-plan_list.php" + }, + { + "name": "plan_status", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "plan status", + "avancement plan", + "statut plan" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-plan_status.php" + }, + { + "name": "playwright_results", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "playwright results", + "tests e2e", + "e2e tests" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-playwright_results.php" + }, + { + "name": "plugin_store_list", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "plugin store", + "plugin list", + "plugins dispo", + "plugin discover" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-plugin_store_list.php" + }, + { + "name": "popup_config", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "popup config", + "popup" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Popup configurator", + "file": "/api/wired-pending/intent-opus4-popup_config.php" + }, + { + "name": "porter5_runner", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "porter5 runner", + "porter5_runner agent", + "invoke porter5_runner" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Porter 5 forces analysis", + "file": "/api/wired-pending/intent-opus4-porter5_runner.php" + }, + { + "name": "predictive_cache", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "cache predictif", + "cache stats", + "predictive cache" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-predictive_cache.php" + }, + { + "name": "pricing_strategy", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "pricing strategy", + "pricing analysis" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Pricing strategy recommendations", + "file": "/api/wired-pending/intent-opus4-pricing_strategy.php" + }, + { + "name": "privacy_auditor", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "privacy auditor", + "privacy_auditor agent", + "invoke privacy_auditor" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Privacy/GDPR auditor", + "file": "/api/wired-pending/intent-opus4-privacy_auditor.php" + }, + { + "name": "product_page", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "product page", + "product create" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Product page builder", + "file": "/api/wired-pending/intent-opus4-product_page.php" + }, + { + "name": "project_kickoff", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "project kickoff", + "kickoff" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Project kickoff template", + "file": "/api/wired-pending/intent-opus4-project_kickoff.php" + }, + { + "name": "proposal_gen", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "proposal gen", + "generate proposal" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Generate commercial proposal", + "file": "/api/wired-pending/intent-opus4-proposal_gen.php" + }, + { + "name": "proxy_rotation", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "proxy rotation", + "proxies" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Proxy rotation 33 VPN", + "file": "/api/wired-pending/intent-opus4-proxy_rotation.php" + }, + { + "name": "pw_3pages_status", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "pw 3 pages", + "playwright 3 pages dshp", + "dsh pages status" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pw_3pages_status.php" + }, + { + "name": "pw_business_coverage", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "pw business", + "business coverage test", + "coverage 8 pages" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pw_business_coverage.php" + }, + { + "name": "pw_dsh_latest", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "pw dsh latest", + "playwright dsh", + "dsh predict test" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pw_dsh_latest.php" + }, + { + "name": "pw_e2e_business", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "pw e2e business", + "playwright business", + "business e2e tests" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pw_e2e_business.php" + }, + { + "name": "pw_e2e_latest", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "playwright e2e latest", + "pw latest results", + "playwright last results" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pw_e2e_latest.php" + }, + { + "name": "pw_living_proof", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "pw living proof", + "playwright living proof" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pw_living_proof.php" + }, + { + "name": "pw_mobile", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "pw mobile", + "test mobile", + "wevia mobile" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pw_mobile.php" + }, + { + "name": "pw_public_e2e", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "pw public e2e", + "public test", + "wevia public test" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pw_public_e2e.php" + }, + { + "name": "pw_user_e2e", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "pw user e2e", + "user test 15", + "e2e capabilities" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pw_user_e2e.php" + }, + { + "name": "pw_videos_list", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "pw videos", + "playwright videos", + "video test list" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pw_videos_list.php" + }, + { + "name": "pw_visual_mgmt", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "pw visual mgmt", + "visual mgmt test" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pw_visual_mgmt.php" + }, + { + "name": "pw_wevia_chat", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "pw wevia chat", + "playwright wevia", + "test chat video" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-pw_wevia_chat.php" + }, + { + "name": "python_sandbox_test", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "python sandbox", + "run python", + "exec python" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-python_sandbox_test.php" + }, + { + "name": "quarterly_review", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "quarterly review", + "qbr" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "QBR report", + "file": "/api/wired-pending/intent-opus4-quarterly_review.php" + }, + { + "name": "release_check", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "release check", + "conflict check", + "autres claude commits" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-release_check.php" + }, + { + "name": "release_check_live", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "release check live", + "release status", + "commits 15min" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-release_check_live.php" + }, + { + "name": "release_train", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "release train", + "train commits", + "coordination opus" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-release_train.php" + }, + { + "name": "rep_assign", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "rep assign", + "assign rep" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Rep assignment", + "file": "/api/wired-pending/intent-opus4-rep_assign.php" + }, + { + "name": "researcher_agent", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "researcher agent", + "researcher_agent agent", + "invoke researcher_agent" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Deep research agent (Feynman-style)", + "file": "/api/wired-pending/intent-opus4-researcher_agent.php" + }, + { + "name": "resource_plan", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "resource plan", + "resource allocation" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Resource allocation plan", + "file": "/api/wired-pending/intent-opus4-resource_plan.php" + }, + { + "name": "revenue_track", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "revenue track", + "revenue status" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Revenue tracking live Stripe", + "file": "/api/wired-pending/intent-opus4-revenue_track.php" + }, + { + "name": "rfp_response", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "rfp response", + "rfp reply" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "RFP response generator", + "file": "/api/wired-pending/intent-opus4-rfp_response.php" + }, + { + "name": "risk_register", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "risk register", + "risks" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Risk register 6 risks DG", + "file": "/api/wired-pending/intent-opus4-risk_register.php" + }, + { + "name": "s95_load", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "s95 load", + "charge s95", + "s95 sante", + "s95 health" + ], + "source": "opus5-s95-health-wrapper-17avr", + "description": "", + "file": "/api/wired-pending/intent-opus4-s95_load.php" + }, + { + "name": "sacred_winner", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "sacred winner", + "winners" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Sacred 9 winners configs", + "file": "/api/wired-pending/intent-opus4-sacred_winner.php" + }, + { + "name": "scraping_factory", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "scraping factory", + "scraping" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Advanced scraping factory", + "file": "/api/wired-pending/intent-opus4-scraping_factory.php" + }, + { + "name": "secret_scanner", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "secret scanner", + "secret_scanner agent", + "invoke secret_scanner" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Secret/credential scanner", + "file": "/api/wired-pending/intent-opus4-secret_scanner.php" + }, + { + "name": "seed_cleaner", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "seed cleaner", + "clean seeds" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Seed cleaner", + "file": "/api/wired-pending/intent-opus4-seed_cleaner.php" + }, + { + "name": "self_heal_infra", + "domain": "general", + "status": "PENDING", + "triggers": [ + "self heal infra", + "auto heal infra", + "heal infrastructure", + "verifie infra sante", + "heal fpm docker services" + ], + "source": "opus-wire-nodormant-17avr", + "description": "Self-heal infra level: FPM/Docker/Disk/Services/chattr (distinct from self_heal.sh which tests intents)", + "file": "/api/wired-pending/intent-opus4-self_heal_infra.php" + }, + { + "name": "send_contacts_diag", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "send_contacts diag", + "send contacts status", + "alerte red diagnostic", + "p0 alert root cause" + ], + "source": "opus-yacine-18avr-p0-diag", + "description": "Diagnostic send_contacts ยท total records + last insert ยท root cause alerte WEVIA RED 19j", + "file": "/api/wired-pending/intent-opus4-send_contacts_diag.php" + }, + { + "name": "send_window", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "send window", + "sending window" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Send window times", + "file": "/api/wired-pending/intent-opus4-send_window.php" + }, + { + "name": "sentiment_scorer", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "sentiment scorer", + "sentiment_scorer agent", + "invoke sentiment_scorer" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Sentiment analysis runner", + "file": "/api/wired-pending/intent-opus4-sentiment_scorer.php" + }, + { + "name": "seo_optimize", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "seo optimize", + "seo check" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "SEO optimizer", + "file": "/api/wired-pending/intent-opus4-seo_optimize.php" + }, + { + "name": "sitemap", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "sitemap", + "sitemap gen" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Sitemap XML", + "file": "/api/wired-pending/intent-opus4-sitemap.php" + }, + { + "name": "skill_search", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "skill search", + "cherche skill", + "trouve skill" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-skill_search.php" + }, + { + "name": "skills_counts", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "total skills count", + "skills live count" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-skills_counts.php" + }, + { + "name": "skills_total", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "combien skills", + "total skills", + "nb skills" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-skills_total.php" + }, + { + "name": "slide_builder", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "slide builder", + "slide_builder agent", + "invoke slide_builder" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Slide content builder", + "file": "/api/wired-pending/intent-opus4-slide_builder.php" + }, + { + "name": "smtp_config", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "smtp config", + "smtp check" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "SMTP PMTA + KumoMTA", + "file": "/api/wired-pending/intent-opus4-smtp_config.php" + }, + { + "name": "source_verifier", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "source verifier", + "source_verifier agent", + "invoke source_verifier" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Source URL verifier", + "file": "/api/wired-pending/intent-opus4-source_verifier.php" + }, + { + "name": "sous_agents_pattern", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "sous agents", + "sub agents", + "subagents", + "agents parallel" + ], + "source": "opus-yacine-18avr-screenshots-subagents", + "description": "", + "file": "/api/wired-pending/intent-opus4-sous_agents_pattern.php" + }, + { + "name": "sovereign_health", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "sovereign status", + "sovereign health", + "port 4000 ok" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-sovereign_health.php" + }, + { + "name": "sovereign_route", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "sovereign route", + "route question", + "pick best agent" + ], + "source": "opus-fix-20260418", + "description": "", + "file": "/api/wired-pending/intent-opus4-sovereign_route.php" + }, + { + "name": "sow_draft", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "sow draft", + "sow template" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "SOW draft template", + "file": "/api/wired-pending/intent-opus4-sow_draft.php" + }, + { + "name": "specialty_gap", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "specialty gap", + "specialty coverage" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Specialty gap analysis", + "file": "/api/wired-pending/intent-opus4-specialty_gap.php" + }, + { + "name": "ssh_tmux_health", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "ssh tmux", + "tmux s95", + "tmux sessions", + "long commands" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-ssh_tmux_health.php" + }, + { + "name": "ssl_expert", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "ssl expert", + "ssl_expert agent", + "invoke ssl_expert" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "SSL/TLS config auditor", + "file": "/api/wired-pending/intent-opus4-ssl_expert.php" + }, + { + "name": "stakeholder_map", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "stakeholder map", + "stakeholders" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Stakeholder map", + "file": "/api/wired-pending/intent-opus4-stakeholder_map.php" + }, + { + "name": "strategy_planner", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "strategy planner", + "strategy_planner agent", + "invoke strategy_planner" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Strategy planning helper", + "file": "/api/wired-pending/intent-opus4-strategy_planner.php" + }, + { + "name": "stripe_live_bridge", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "stripe live bridge", + "stripe bridge", + "stripe live data", + "stripe active customers", + "stripe acct_1RviYX", + "saas mrr real", + "customers stripe real", + "revenue stripe real" + ], + "source": "opus-yacine-18avr-stripe-bridge-v1", + "description": "Live Stripe MRR/ARR/customers/subscriptions via real API (acct_1RviYXCpdcPNJE6S, live mode, 1 customer: Soufiane Allal)", + "file": "/api/wired-pending/intent-opus4-stripe_live.php" + }, + { + "name": "stripe_live_bridge_v2", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "bridge_stripe_kpi", + "stripe_v83_wire" + ], + "source": "opus-yacine-18avr-stripe-test", + "description": "", + "file": "/api/wired-pending/intent-opus4-stripe_live_v2.php" + }, + { + "name": "stripe_mrr_live", + "domain": "general", + "status": "LIVE", + "triggers": [ + "stripe mrr live", + "mrr live", + "revenue mrr", + "stripe status", + "saas revenue live" + ], + "source": "opus4-autowire-early-v2 ยท fixed Opus Yacine to point to stripe-live-bridge", + "description": "Live Stripe MRR/ARR/customers ยท acct_1RviYXCpdcPNJE6S ยท livemode=true ยท 1 real customer", + "file": "/api/wired-pending/intent-opus4-stripe_mrr_live.php" + }, + { + "name": "stripe_status_live", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "stripe status live", + "stripe kpi live", + "stripe overview" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-stripe_status_live.php" + }, + { + "name": "summarizer_agent", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "summarizer agent", + "summarizer_agent agent", + "invoke summarizer_agent" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Text summarization agent", + "file": "/api/wired-pending/intent-opus4-summarizer_agent.php" + }, + { + "name": "swot_analyzer", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "swot analyzer", + "swot_analyzer agent", + "invoke swot_analyzer" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "SWOT analysis runner", + "file": "/api/wired-pending/intent-opus4-swot_analyzer.php" + }, + { + "name": "task_log", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "task log", + "show tasks", + "dernieres taches" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-task_log.php" + }, + { + "name": "task_stream_list", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "task list", + "tasks running", + "stream tasks" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-task_stream_list.php" + }, + { + "name": "template_editor", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "template editor", + "templates" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Email templates editor", + "file": "/api/wired-pending/intent-opus4-template_editor.php" + }, + { + "name": "territory_map", + "domain": "ethica_b2b", + "status": "EXECUTED", + "triggers": [ + "territory map", + "territories" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Territory map Maghreb", + "file": "/api/wired-pending/intent-opus4-territory_map.php" + }, + { + "name": "test_safe_wrapper", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "trigger_x" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-test_safe_wrapper.php" + }, + { + "name": "testimonial", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "testimonial", + "testimonials" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Testimonials manager", + "file": "/api/wired-pending/intent-opus4-testimonial.php" + }, + { + "name": "timesheet", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "timesheet", + "time track" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Timesheet tracker", + "file": "/api/wired-pending/intent-opus4-timesheet.php" + }, + { + "name": "tips_account", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "tips account", + "creation compte", + "account creation" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-tips_account.php" + }, + { + "name": "tips_catalog", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "tips catalog", + "tips summary" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-tips_catalog.php" + }, + { + "name": "tips_full", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "tips full", + "tips all", + "tous les tips" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-tips_full.php" + }, + { + "name": "tips_office", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "tips office", + "tips o365", + "office recovery" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-tips_office.php" + }, + { + "name": "tips_opus", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "tips opus", + "opus 46", + "mythos" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-tips_opus.php" + }, + { + "name": "tips_selenium", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "tips selenium", + "cyber selenium", + "tips cyber" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-tips_selenium.php" + }, + { + "name": "tips_token_renewal", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "tips token renewal", + "tips token", + "token renewal" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-tips_token_renewal.php" + }, + { + "name": "tips_web_ai", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "tips web ai", + "web ai free", + "cookies ai" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-tips_web_ai.php" + }, + { + "name": "tool_search", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "tool search", + "cherche tool", + "trouve tool" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-tool_search.php" + }, + { + "name": "translate", + "domain": "site_web", + "status": "EXECUTED", + "triggers": [ + "translate", + "translation" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Sovereign LLM translator", + "file": "/api/wired-pending/intent-opus4-translate.php" + }, + { + "name": "translator_agent", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "translator agent", + "translator_agent agent", + "invoke translator_agent" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Multi-lang translator", + "file": "/api/wired-pending/intent-opus4-translator_agent.php" + }, + { + "name": "trend_scout", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "trend scout", + "trend_scout agent", + "invoke trend_scout" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Trend scouting agent", + "file": "/api/wired-pending/intent-opus4-trend_scout.php" + }, + { + "name": "gpus_free", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "gpu free", + "gpu gratuit", + "kaggle", + "colab", + "hf space gpu", + "huggingface gpu", + "codespaces", + "workers ai", + "cloud gpu free", + "gpu offload" + ], + "source": "opus-yacine-18avr-autonomy-v57", + "description": "Inventory 5 GPU cloud free providers (Kaggle, Colab, HF, Codespaces, CF Workers AI)", + "file": "/api/wired-pending/intent-opus4-v57-gpus_free.php" + }, + { + "name": "plan_and_execute", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "plan execute", + "decomposer etapes", + "multi-step", + "orchestrate plan", + "fais X puis Y", + "etape par etape", + "step by step" + ], + "source": "opus-yacine-18avr-autonomy-v57", + "description": "Decomposition multi-step requests into atomic intents via Redis async queue", + "file": "/api/wired-pending/intent-opus4-v57-plan_execute.php" + }, + { + "name": "pool_status", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "pool fpm", + "fpm pool", + "fpm status", + "workers fpm", + "pool exec", + "pool fast", + "pool www" + ], + "source": "opus-yacine-18avr-autonomy-v57", + "description": "Real-time FPM worker counts per pool + config summary (post V57 scale-up)", + "file": "/api/wired-pending/intent-opus4-v57-pool_status.php" + }, + { + "name": "value_prop_canvas", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "value prop canvas", + "value_prop_canvas agent", + "invoke value_prop_canvas" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Value proposition canvas", + "file": "/api/wired-pending/intent-opus4-value_prop_canvas.php" + }, + { + "name": "vector_search", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "vector search", + "vector_search agent", + "invoke vector_search" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Vector search query helper", + "file": "/api/wired-pending/intent-opus4-vector_search.php" + }, + { + "name": "video_coverage", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "video coverage", + "coverage videos", + "playwright coverage" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-video_coverage.php" + }, + { + "name": "video_mp4", + "domain": "media_gen", + "status": "EXECUTED", + "triggers": [ + "video mp4", + "generate video" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Video MP4 generator", + "file": "/api/wired-pending/intent-opus4-video_mp4.php" + }, + { + "name": "vistex_leads", + "domain": "business", + "status": "EXECUTED", + "triggers": [ + "vistex leads", + "vistex pipeline", + "vistex status" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "List Vistex partnership leads + status from CRM", + "file": "/api/wired-pending/intent-opus4-vistex_leads.php" + }, + { + "name": "visual_mgmt_alerts", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "visual mgmt alerts", + "vm alerts", + "send_contacts alerte" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-visual_mgmt_alerts.php" + }, + { + "name": "vm_widget_ready", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "vm widget", + "dg alerts widget", + "visual management widget", + "dashboard enrichment widget", + "alerts dg widget" + ], + "source": "opus-yacine-18avr-vm-widget", + "description": "Widget glass-card self-contained ยท 7 alerts DG + 5 risks + 8 stats ยท fetch /api/wevia-v69-dg-command-center.php ยท pattern dsh-predict-widget (Claude 2)", + "file": "/api/wired-pending/intent-opus4-vm_widget_ready.php" + }, + { + "name": "volume_control", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "volume control", + "send volume" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Volume 77170/d cap", + "file": "/api/wired-pending/intent-opus4-volume_control.php" + }, + { + "name": "vuln_scanner", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "vuln scanner", + "vuln_scanner agent", + "invoke vuln_scanner" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Vulnerability scanner", + "file": "/api/wired-pending/intent-opus4-vuln_scanner.php" + }, + { + "name": "warmup_manager", + "domain": "wevads_pipeline", + "status": "EXECUTED", + "triggers": [ + "warmup manager", + "warmup status" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Warmup 1783 accounts 77170/d", + "file": "/api/wired-pending/intent-opus4-warmup_manager.php" + }, + { + "name": "webhook_gen", + "domain": "media_gen", + "status": "EXECUTED", + "triggers": [ + "webhook gen", + "generate webhook" + ], + "source": "opus-yacine-19avr-arena-gap-wire", + "description": "Webhook generator", + "file": "/api/wired-pending/intent-opus4-webhook_gen.php" + }, + { + "name": "webhook_handler", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "webhook handler", + "webhook_handler agent", + "invoke webhook_handler" + ], + "source": "opus-yacine-19avr-godmode-100", + "description": "Webhook handler generator", + "file": "/api/wired-pending/intent-opus4-webhook_handler.php" + }, + { + "name": "wepredict_competitors", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wepredict concurrents", + "darkscout concurrents", + "competitors 8" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wepredict_competitors.php" + }, + { + "name": "wepredict_growth", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wepredict growth", + "growth engine", + "growth insights" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wepredict_growth.php" + }, + { + "name": "wepredict_innovations", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wepredict innovations", + "13 innovations", + "innovation velocity" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wepredict_innovations.php" + }, + { + "name": "wepredict_leads", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wepredict leads", + "lead capture hub", + "36 chatbots" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wepredict_leads.php" + }, + { + "name": "wepredict_market_signals", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "market signals", + "signaux marche", + "wepredict market" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wepredict_market_signals.php" + }, + { + "name": "wepredict_opportunities", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wepredict opportunities", + "opportunities watch", + "1800 keur" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wepredict_opportunities.php" + }, + { + "name": "wepredict_spy", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wepredict spy", + "spy market", + "market intelligence" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wepredict_spy.php" + }, + { + "name": "wepredict_summary", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wepredict summary", + "wepredict global", + "wepredict overview" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wepredict_summary.php" + }, + { + "name": "wepredict_threats", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wepredict threats", + "threat competitors", + "3 high threats" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wepredict_threats.php" + }, + { + "name": "wepredict_value_kpis", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wepredict value kpis", + "12 value kpis", + "value kpis" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wepredict_value_kpis.php" + }, + { + "name": "wevads_modules_live", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wevads modules live", + "wevads modules status", + "wevads modules kpi" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wevads_modules_live.php" + }, + { + "name": "wevads_sends_live", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wevads sends live", + "sends today wevads", + "email sends kpi" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wevads_sends_live.php" + }, + { + "name": "wevads_tracking_live", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wevads tracking live", + "click tracking live", + "tracking kpi" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wevads_tracking_live.php" + }, + { + "name": "weval_ia_500_fix", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "fix 500 weval ia", + "500 weval-ia" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-weval_ia_500_fix.php" + }, + { + "name": "weval_ia_safe", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "weval ia safe", + "safe wrapper", + "force http 200" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-weval_ia_safe.php" + }, + { + "name": "wevcode_demo", + "domain": "general", + "status": "PENDING_APPROVAL", + "triggers": [ + "wevcode", + "coding ai", + "code generation" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-wevcode_demo.php" + }, + { + "name": "widget_real_test", + "domain": "general", + "status": "EXECUTED", + "triggers": [ + "trigger_widget" + ], + "source": "opus4-autowire-early-v2", + "description": "", + "file": "/api/wired-pending/intent-opus4-widget_real_test.php" + } + ] + }, + "skills": { + "sources": { + "disk_dirs": 28, + "qdrant_vectorized": 14477, + "tools_registry": 619, + "arena_declared": 385 + }, + "TOTAL": 15509, + "disk_items": [ + { + "name": "ai-chatbot", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "ai-meeting-assistant", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "ai-model-monitoring-dashboard", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "ai-summarizer", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "antigravity", + "has_skill_md": false, + "sub_count": 10, + "type": "catalog" + }, + { + "name": "autonomous-ai-trading-agent-llama3", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "corail", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "deepagent", + "has_skill_md": true, + "sub_count": 4, + "type": "skill" + }, + { + "name": "deerflow", + "has_skill_md": false, + "sub_count": 11, + "type": "catalog" + }, + { + "name": "ecc", + "has_skill_md": false, + "sub_count": 147, + "type": "catalog" + }, + { + "name": "groq-pdf-chat", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "hermit-agent", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "huggingface", + "has_skill_md": false, + "sub_count": 11, + "type": "catalog" + }, + { + "name": "markdown-editor-mcp-server", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "moe-sovereign", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "oh-my-claude", + "has_skill_md": false, + "sub_count": 31, + "type": "catalog" + }, + { + "name": "paperclip", + "has_skill_md": false, + "sub_count": 4, + "type": "catalog" + }, + { + "name": "rag-python-rag", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "ragscope", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "rainbow-orchestration", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "superclaude", + "has_skill_md": false, + "sub_count": 1, + "type": "catalog" + }, + { + "name": "supermemory", + "has_skill_md": false, + "sub_count": 1, + "type": "catalog" + }, + { + "name": "text2cad", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "toolkit", + "has_skill_md": false, + "sub_count": 11, + "type": "catalog" + }, + { + "name": "wechat-ai-bot-java-python", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "weval-l99", + "has_skill_md": false, + "sub_count": 9, + "type": "catalog" + }, + { + "name": "who-is-spy-ai", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + }, + { + "name": "zer0dex", + "has_skill_md": true, + "sub_count": 0, + "type": "skill" + } + ] + }, + "brains": { + "count": 25, + "items": [ + { + "name": "blade-brain", + "path": "/api/blade-brain.php", + "type": "php", + "size": 40466 + }, + { + "name": "brain-analyze", + "path": "/api/brain-analyze.php", + "type": "php", + "size": 2003 + }, + { + "name": "ethica-brain", + "path": "/api/ethica-brain.php", + "type": "php", + "size": 11280 + }, + { + "name": "opus5-batch-brain-11435", + "path": "/api/opus5-batch-brain-11435.php", + "type": "php", + "size": 2310 + }, + { + "name": "wedroid-brain-api", + "path": "/api/wedroid-brain-api.php", + "type": "php", + "size": 36494 + }, + { + "name": "wevia-brain-orchestrator", + "path": "/api/wevia-brain-orchestrator.php", + "type": "php", + "size": 4875 + }, + { + "name": "wevia-brain", + "path": "/api/wevia-brain.php", + "type": "php", + "size": 16758 + }, + { + "name": "wevia-v65-brain-api", + "path": "/api/wevia-v65-brain-api.php", + "type": "php", + "size": 7089 + }, + { + "name": "l99-brain-chat-test", + "path": "/api/l99-brain-chat-test.json", + "type": "json", + "size": 1050 + }, + { + "name": "wevia-master-brain", + "path": "/api/wevia-master-brain.json", + "type": "json", + "size": 3788 + }, + { + "name": "weval-brain-finetune", + "path": "/api/weval-brain-finetune.py", + "type": "py", + "size": 3067 + }, + { + "name": "CLAUDE-BLADE", + "path": "/opt/wevia-brain/CLAUDE-BLADE.md", + "type": "doctrine_md", + "size": 858 + }, + { + "name": "CLAUDE-DEERFLOW", + "path": "/opt/wevia-brain/CLAUDE-DEERFLOW.md", + "type": "doctrine_md", + "size": 504 + }, + { + "name": "CLAUDE-DIRECTOR", + "path": "/opt/wevia-brain/CLAUDE-DIRECTOR.md", + "type": "doctrine_md", + "size": 750 + }, + { + "name": "CLAUDE-ETHICA", + "path": "/opt/wevia-brain/CLAUDE-ETHICA.md", + "type": "doctrine_md", + "size": 587 + }, + { + "name": "CLAUDE-L99", + "path": "/opt/wevia-brain/CLAUDE-L99.md", + "type": "doctrine_md", + "size": 939 + }, + { + "name": "CLAUDE-MANAGER", + "path": "/opt/wevia-brain/CLAUDE-MANAGER.md", + "type": "doctrine_md", + "size": 980 + }, + { + "name": "CLAUDE-MASTER", + "path": "/opt/wevia-brain/CLAUDE-MASTER.md", + "type": "doctrine_md", + "size": 1012 + }, + { + "name": "CLAUDE-N8N", + "path": "/opt/wevia-brain/CLAUDE-N8N.md", + "type": "doctrine_md", + "size": 914 + }, + { + "name": "CLAUDE-OPENCLAW", + "path": "/opt/wevia-brain/CLAUDE-OPENCLAW.md", + "type": "doctrine_md", + "size": 723 + }, + { + "name": "CLAUDE-WEDROID", + "path": "/opt/wevia-brain/CLAUDE-WEDROID.md", + "type": "doctrine_md", + "size": 636 + }, + { + "name": "CLAUDE-WEVCODE", + "path": "/opt/wevia-brain/CLAUDE-WEVCODE.md", + "type": "doctrine_md", + "size": 581 + }, + { + "name": "CLAUDE-WEVIA-LIFE", + "path": "/opt/wevia-brain/CLAUDE-WEVIA-LIFE.md", + "type": "doctrine_md", + "size": 726 + }, + { + "name": "CLAUDE", + "path": "/opt/wevia-brain/CLAUDE.md", + "type": "doctrine_md", + "size": 3799 + }, + { + "name": "CLAUDE_CODE_MISSION", + "path": "/opt/wevia-brain/CLAUDE_CODE_MISSION.md", + "type": "doctrine_md", + "size": 5766 + } + ] + }, + "doctrines": { + "count": 19, + "items": [ + { + "name": "CLAUDE-BLADE", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE-BLADE.md", + "summary": "- Heartbeat every 60s โ†’ blade-api.php" + }, + { + "name": "CLAUDE-DEERFLOW", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE-DEERFLOW.md", + "summary": "- Docker container on S204" + }, + { + "name": "CLAUDE-DIRECTOR", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE-DIRECTOR.md", + "summary": "- Agent: /opt/wevia-brain/wevia-director-agent.php" + }, + { + "name": "CLAUDE-ETHICA", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE-ETHICA.md", + "summary": "- Source: RPPS/CNOM scraping + manual imports" + }, + { + "name": "CLAUDE-L99", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE-L99.md", + "summary": "| Test | Script | Score | Cron |" + }, + { + "name": "CLAUDE-MANAGER", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE-MANAGER.md", + "summary": "| Agent | Role | Status |" + }, + { + "name": "CLAUDE-MASTER", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE-MASTER.md", + "summary": "- Router: wevia-full-exec.php โ†’ wave114.php + wevia-agents.php + wevia-exec.php" + }, + { + "name": "CLAUDE-N8N", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE-N8N.md", + "summary": "| Name | Schedule | Function |" + }, + { + "name": "CLAUDE-OPENCLAW", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE-OPENCLAW.md", + "summary": "| Tier | Provider | Model | Latency |" + }, + { + "name": "CLAUDE-WEDROID", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE-WEDROID.md", + "summary": "| Endpoint | Size | Function |" + }, + { + "name": "CLAUDE-WEVCODE", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE-WEVCODE.md", + "summary": "- **Architect**: system design, scalable patterns" + }, + { + "name": "CLAUDE-WEVIA-LIFE", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE-WEVIA-LIFE.md", + "summary": "- Frontend: wevialife-app.html (26KB)" + }, + { + "name": "CLAUDE", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE.md", + "summary": "Tu es l'architecte IA souverain de WEVAL Consulting (Casablanca/Paris). Principe souverain: interne โ†’ open-source โ†’ multi-vendor. Tout = \"WEVIA Engine\" publiquement. JAMAIS mentionner Ollama/Groq/" + }, + { + "name": "CLAUDE_CODE_MISSION", + "source": "wevia_brain", + "path": "/opt/wevia-brain/CLAUDE_CODE_MISSION.md", + "summary": "Tu travailles sur le repo `weval-consulting` (GitHub). Le fichier `CLAUDE.md` ร  la racine contient toute l'architecture. Lis-le en premier." + }, + { + "num": "D19", + "name": "chattr +i dance", + "summary": "Sequence -i inject +i for immutable files ยท GOLD backups before changes", + "source": "code_patterns" + }, + { + "num": "D74", + "name": "WEVIA-Master-Blade-only", + "summary": "Modifications orchestrateur via WEVIA Master uniquement", + "source": "code_patterns" + }, + { + "num": "D77", + "name": "Intent WRITE gated", + "summary": "Chaque intent WRITE gated DOIT avoir intent READ guide associรฉ sans mot magique", + "source": "code_patterns" + }, + { + "num": "D78", + "name": "WEVIA Autonomous Self-Repair", + "summary": "V72 AutoFix helpers 4 Python", + "source": "code_patterns" + }, + { + "num": "D86", + "name": "Addition pure", + "summary": "Zero suppression ยท pattern V71 agility agents registered", + "source": "code_patterns" + } + ] + }, + "dashboards": { + "count": 93, + "items": [ + { + "name": "wevia-autonomy-dashboard", + "url": "/wevia-autonomy-dashboard.html", + "size": 15589 + }, + { + "name": "wevia-business-visual-studio", + "url": "/wevia-business-visual-studio.html", + "size": 14601 + }, + { + "name": "wevia-chat", + "url": "/wevia-chat.html", + "size": 21912 + }, + { + "name": "wevia-console", + "url": "/wevia-console.html", + "size": 13513 + }, + { + "name": "wevia-cortex", + "url": "/wevia-cortex.html", + "size": 20579 + }, + { + "name": "wevia-demo-autonomous", + "url": "/wevia-demo-autonomous.html", + "size": 4580 + }, + { + "name": "wevia-director-dashboard", + "url": "/wevia-director-dashboard.html", + "size": 23946 + }, + { + "name": "wevia-em-big4-v2", + "url": "/wevia-em-big4-v2.html", + "size": 18405 + }, + { + "name": "wevia-em-big4", + "url": "/wevia-em-big4.html", + "size": 16162 + }, + { + "name": "wevia-em-linkedin-carousel-v3", + "url": "/wevia-em-linkedin-carousel-v3.html", + "size": 18795 + }, + { + "name": "wevia-em-linkedin-carousel", + "url": "/wevia-em-linkedin-carousel.html", + "size": 16087 + }, + { + "name": "wevia-evolution", + "url": "/wevia-evolution.html", + "size": 6306 + }, + { + "name": "wevia-go-live", + "url": "/wevia-go-live.html", + "size": 16356 + }, + { + "name": "wevia-hub", + "url": "/wevia-hub.html", + "size": 7828 + }, + { + "name": "wevia-legacy", + "url": "/wevia-legacy.html", + "size": 157134 + }, + { + "name": "wevia-master-legacy", + "url": "/wevia-master-legacy.html", + "size": 55805 + }, + { + "name": "wevia-master", + "url": "/wevia-master.html", + "size": 26658 + }, + { + "name": "wevia-meeting-rooms", + "url": "/wevia-meeting-rooms.html", + "size": 47484 + }, + { + "name": "wevia-meetings", + "url": "/wevia-meetings.html", + "size": 19367 + }, + { + "name": "wevia-ops-hub", + "url": "/wevia-ops-hub.html", + "size": 5682 + }, + { + "name": "wevia-orchestrator", + "url": "/wevia-orchestrator.html", + "size": 36950 + }, + { + "name": "wevia-training", + "url": "/wevia-training.html", + "size": 229169 + }, + { + "name": "wevia-unified-hub", + "url": "/wevia-unified-hub.html", + "size": 20296 + }, + { + "name": "wevia-v4", + "url": "/wevia-v4.html", + "size": 11166 + }, + { + "name": "wevia-vs-opus", + "url": "/wevia-vs-opus.html", + "size": 18496 + }, + { + "name": "wevia-widget", + "url": "/wevia-widget.html", + "size": 14326 + }, + { + "name": "agents-3d", + "url": "/agents-3d.html", + "size": 25549 + }, + { + "name": "agents-alive", + "url": "/agents-alive.html", + "size": 13624 + }, + { + "name": "agents-archi", + "url": "/agents-archi.html", + "size": 105106 + }, + { + "name": "agents-final", + "url": "/agents-final.html", + "size": 21459 + }, + { + "name": "agents-fleet", + "url": "/agents-fleet.html", + "size": 14997 + }, + { + "name": "agents-goodjob", + "url": "/agents-goodjob.html", + "size": 65665 + }, + { + "name": "agents-hd", + "url": "/agents-hd.html", + "size": 16747 + }, + { + "name": "agents-hd2", + "url": "/agents-hd2.html", + "size": 21459 + }, + { + "name": "agents-hub", + "url": "/agents-hub.html", + "size": 7826 + }, + { + "name": "agents-ia", + "url": "/agents-ia.html", + "size": 15477 + }, + { + "name": "agents-iso3d", + "url": "/agents-iso3d.html", + "size": 23003 + }, + { + "name": "agents-unified-registry", + "url": "/agents-unified-registry.html", + "size": 6296 + }, + { + "name": "agents-valuechain", + "url": "/agents-valuechain.html", + "size": 18446 + }, + { + "name": "acquired-dashboard", + "url": "/acquired-dashboard.html", + "size": 29452 + }, + { + "name": "contacts-segmentation-dashboard", + "url": "/contacts-segmentation-dashboard.html", + "size": 10054 + }, + { + "name": "crm-dashboard-live", + "url": "/crm-dashboard-live.html", + "size": 6186 + }, + { + "name": "database-dashboard-live", + "url": "/database-dashboard-live.html", + "size": 7308 + }, + { + "name": "dormant-dashboard-v2", + "url": "/dormant-dashboard-v2.html", + "size": 4736 + }, + { + "name": "dormant-dashboard", + "url": "/dormant-dashboard.html", + "size": 24096 + }, + { + "name": "em-dashboard", + "url": "/em-dashboard.html", + "size": 5706 + }, + { + "name": "ethica-dashboard-live", + "url": "/ethica-dashboard-live.html", + "size": 7406 + }, + { + "name": "infra-dashboard-live", + "url": "/infra-dashboard-live.html", + "size": 7983 + }, + { + "name": "kpi-live-dashboard", + "url": "/kpi-live-dashboard.html", + "size": 1885 + }, + { + "name": "lean6sigma-dashboard", + "url": "/lean6sigma-dashboard.html", + "size": 12341 + }, + { + "name": "medreach-dashboard", + "url": "/medreach-dashboard.html", + "size": 18762 + }, + { + "name": "office-365-dashboard-live", + "url": "/office-365-dashboard-live.html", + "size": 6510 + }, + { + "name": "security-dashboard", + "url": "/security-dashboard.html", + "size": 14137 + }, + { + "name": "ai-hub", + "url": "/ai-hub.html", + "size": 15962 + }, + { + "name": "anthropic-hub", + "url": "/anthropic-hub.html", + "size": 4699 + }, + { + "name": "api-key-hub", + "url": "/api-key-hub.html", + "size": 11067 + }, + { + "name": "automation-hub", + "url": "/automation-hub.html", + "size": 8034 + }, + { + "name": "blade-hub", + "url": "/blade-hub.html", + "size": 7423 + }, + { + "name": "caps-hub", + "url": "/caps-hub.html", + "size": 3475 + }, + { + "name": "cloudflare-hub", + "url": "/cloudflare-hub.html", + "size": 13713 + }, + { + "name": "dashboards-hub", + "url": "/dashboards-hub.html", + "size": 15012 + }, + { + "name": "deepseek-hub", + "url": "/deepseek-hub.html", + "size": 4917 + }, + { + "name": "deerflow-hub", + "url": "/deerflow-hub.html", + "size": 2846 + }, + { + "name": "docker-hub", + "url": "/docker-hub.html", + "size": 2867 + }, + { + "name": "email-hub", + "url": "/email-hub.html", + "size": 13538 + }, + { + "name": "ethica-hub", + "url": "/ethica-hub.html", + "size": 15564 + }, + { + "name": "github-hub", + "url": "/github-hub.html", + "size": 2877 + }, + { + "name": "google-hub", + "url": "/google-hub.html", + "size": 12972 + }, + { + "name": "gpu-hub", + "url": "/gpu-hub.html", + "size": 14709 + }, + { + "name": "hetzner-hub", + "url": "/hetzner-hub.html", + "size": 2862 + }, + { + "name": "huggingface-hub", + "url": "/huggingface-hub.html", + "size": 4694 + }, + { + "name": "keys-hub", + "url": "/keys-hub.html", + "size": 15177 + }, + { + "name": "knowledge-hub", + "url": "/knowledge-hub.html", + "size": 5813 + }, + { + "name": "monitoring-hub", + "url": "/monitoring-hub.html", + "size": 14085 + }, + { + "name": "n8n-hub", + "url": "/n8n-hub.html", + "size": 2812 + }, + { + "name": "namecheap-hub", + "url": "/namecheap-hub.html", + "size": 12014 + }, + { + "name": "office-hub", + "url": "/office-hub.html", + "size": 14857 + }, + { + "name": "paperclip-hub", + "url": "/paperclip-hub.html", + "size": 2831 + }, + { + "name": "qa-hub", + "url": "/qa-hub.html", + "size": 5554 + }, + { + "name": "qdrant-hub", + "url": "/qdrant-hub.html", + "size": 2845 + }, + { + "name": "sales-hub", + "url": "/sales-hub.html", + "size": 25209 + }, + { + "name": "security-hub", + "url": "/security-hub.html", + "size": 8146 + }, + { + "name": "tools-hub", + "url": "/tools-hub.html", + "size": 38742 + }, + { + "name": "universal-integration-hub", + "url": "/universal-integration-hub.html", + "size": 4712 + }, + { + "name": "vsm-hub", + "url": "/vsm-hub.html", + "size": 7644 + }, + { + "name": "wevads-hub", + "url": "/wevads-hub.html", + "size": 7618 + }, + { + "name": "weval-data-hub", + "url": "/weval-data-hub.html", + "size": 6582 + }, + { + "name": "l99-brain", + "url": "/l99-brain.html", + "size": 17178 + }, + { + "name": "l99-fullscreen", + "url": "/l99-fullscreen.html", + "size": 2145 + }, + { + "name": "l99-saas", + "url": "/l99-saas.html", + "size": 30214 + }, + { + "name": "l99-v2", + "url": "/l99-v2.html", + "size": 16454 + }, + { + "name": "l99", + "url": "/l99.html", + "size": 17570 + }, + { + "name": "visual-management", + "url": "/visual-management.html", + "size": 17564 + } + ] + }, + "providers": { + "live": 13, + "declared_total": 15, + "list": [ + "cerebras", + "cerebras_code", + "groq", + "cf_workers_ai", + "gemini", + "sambanova", + "nvidia_nim", + "mistral", + "hf_main", + "hf_fallback", + "openrouter", + "github", + "nvidia_build", + "gemma4_hf", + "bitnet_cpu" + ] + }, + "qdrant": { + "collections_count": 20, + "total_points": 17319, + "collections": [ + { + "name": "weval_skills", + "points": 14477 + }, + { + "name": "wevia_learnings", + "points": 1736 + }, + { + "name": "wevia_kb", + "points": 386 + }, + { + "name": "wevia_brain_knowledge", + "points": 294 + }, + { + "name": "wevia_kb_768", + "points": 255 + }, + { + "name": "wevia_memory_768", + "points": 58 + }, + { + "name": "wevia_memory", + "points": 48 + }, + { + "name": "obsidian_vault", + "points": 46 + }, + { + "name": "kb_ethica_pharma", + "points": 16 + }, + { + "name": "wevia_graph", + "points": 3 + }, + { + "name": "weval_intents_memory", + "points": 0 + }, + { + "name": "kb_bpmn_flows", + "points": 0 + }, + { + "name": "kb_consulting_strategy", + "points": 0 + }, + { + "name": "kb_vsm_best_practices", + "points": 0 + }, + { + "name": "kb_bpmn_patterns", + "points": 0 + }, + { + "name": "kb_dmaic_playbooks", + "points": 0 + }, + { + "name": "kb_wevads_deliv", + "points": 0 + }, + { + "name": "kb_test_", + "points": 0 + }, + { + "name": "weval_agents_registry", + "points": 0 + }, + { + "name": "kb_lean6sigma", + "points": 0 + } + ] + }, + "nonreg": { + "score": 100, + "total": 153 + }, + "apis_php_count": 644, + "autonomy_score": 100, + "autonomy_level": "GODMODE" +} \ No newline at end of file diff --git a/wiki/plan-action-2026-04-17.md b/wiki/plan-action-2026-04-17.md index 0c4fcd9b1..0f6b8562f 100644 --- a/wiki/plan-action-2026-04-17.md +++ b/wiki/plan-action-2026-04-17.md @@ -1223,3 +1223,32 @@ Sรฉpare les 2 consommateurs: ### Lesson racine V75 n'aurait jamais dรป ร‰CRASER le format de agent-avatars.json. La migration aurait dรป crรฉer un fichier Sร‰PARร‰ dรจs le dรฉpart (doctrine SoC). Toujours vรฉrifier quels consommateurs existent avant de changer un format partagรฉ. + + +## 19avr 15h50 โ€” FIX CRITIQUE WEVIA MASTER API 500 โ†’ 200 + +### Symptรดme Yacine +"non tst vcwbiapmaster paaygjreted" = WEVIA Master ne rรฉpondait pas (HTTP 500 depuis /api/wevia-master-api.php) + +### Cause racine identifiรฉe +Double dรฉclaration de la fonction `_oaa_sse()`: +- /var/www/html/api/wevia-opus-arch-early.php:6 (V41) +- /var/www/html/api/wevia-opus-arch-actions-intents.php:4 (V40) + +`@include` masque le warning mais PHP รฉmet quand mรชme Fatal "Cannot redeclare function _oaa_sse()" qui crash le response โ†’ HTTP 500 silencieux. + +### Fix +Wrap chaque dรฉclaration dans `if (!function_exists('_oaa_sse')) { ... }` sur les 2 fichiers. +Lint PHP check avant cp sudo. +GOLD backups pre-oaa-guard. + +### Rรฉsultat +- HTTP 200 sur POST /api/wevia-master-api.php โœ… +- Test "hello" โ†’ rรฉpond bonjour-llm (llama3.1-8b) +- Test "coverage global" โ†’ rรฉpond avec rรฉsolution Qdrant + Groq +- WEVIA Master chat fonctionnel de bout en bout + +### Note routing +Le chat WEVIA Master passe par wevia-master-router.php (pas wevia-sse-orchestrator.php). +Les intents V74/V75 wirรฉs dans SSE orchestrator rรฉpondent via le chemin SSE (pas le chat direct). +C'est un chemin de routing diffรฉrent ร  considรฉrer pour futures intรฉgrations.