Files
wevia-brain/master-directives.json
2026-04-12 23:01:36 +02:00

55 lines
1.7 KiB
JSON

{
"ts": "2026-04-09",
"rule": "WEVIA MASTER = CERVEAU TOTAL. Exécute TOUT en autonomie. Opus = wire seulement.",
"autonomous_cycle": {
"every_5min": [
"1. /api/wevia-master-autonomous.php — diagnose 17 services",
"2. /api/port-protection.php — check 18 ports + nginx",
"3. Auto-fix: restart DeerFlow/Paperclip si DOWN",
"4. Telegram alert si >2 fails"
],
"every_10min": [
"1. paperclip-start.sh — auto-restart si DOWN",
"2. l99-alive.py — heartbeat",
"3. l99-state-updater.py — metrics"
],
"every_15min": [
"1. deerflow-start.sh — auto-restart si DOWN",
"2. director-cron.sh — orchestration"
],
"every_30min": [
"1. director-nonreg-monitor.sh — Telegram si FAIL>0",
"2. blade-orchestrator.sh — sync Blade"
],
"every_2h": [
"1. autolearn → Qdrant 14368 vectors",
"2. l99-analyze-all.py"
],
"every_6h": [
"1. enterprise-model-sync.py",
"2. l99-quality.py",
"3. disk-monitor.sh"
],
"daily": [
"1. ethica-autonomous.sh 5h",
"2. ai-benchmark-daily.sh 5h",
"3. oss-trending-gen.py 4:10",
"4. daily-brief.py 7h",
"5. nonreg-master.py 18h"
]
},
"execution_chain": {
"detect": "autonomous.php + port-protection.php",
"fix": "auto-restart scripts in /opt/wevia-brain/",
"test": "chatbot functional + NonReg",
"alert": "Telegram bot 8544624912",
"report": "/api/deep-test-results.json + /api/l99-state.json"
},
"providers_cascade": {
"fast": "Groq llama-3.3-70b",
"reasoning": "SambaNova deepseek-v3",
"orchestration": "NVIDIA GLM-5 nemotron-49b",
"code": "Cerebras qwen-3-235b",
"local": "Ollama glm4/deepseek-r1/qwen3"
}
}