initial: import DOLPHIN baseline 2026-04-21 from dolphinng5_predict working tree

Includes core prod + GREEN/BLUE subsystems:
- prod/ (BLUE harness, configs, scripts, docs)
- nautilus_dolphin/ (GREEN Nautilus-native impl + dvae/ preserved)
- adaptive_exit/ (AEM engine + models/bucket_assignments.pkl)
- Observability/ (EsoF advisor, TUI, dashboards)
- external_factors/ (EsoF producer)
- mc_forewarning_qlabs_fork/ (MC regime/envelope)

Excludes runtime caches, logs, backups, and reproducible artifacts per .gitignore.
This commit is contained in:
hjnormey
2026-04-21 16:58:38 +02:00
commit 01c19662cb
643 changed files with 260241 additions and 0 deletions

16
prod/meta_health_daemon.service Executable file
View File

@@ -0,0 +1,16 @@
[Unit]
Description=Meta Health Daemon - Watchdog of Watchdogs
After=network.target hazelcast.service prefect-worker.service
[Service]
Type=simple
User=dolphin
WorkingDirectory=/mnt/dolphinng5_predict/prod
ExecStart=/home/dolphin/siloqy_env/bin/python meta_health_daemon.py
Restart=always
RestartSec=5
StandardOutput=append:/mnt/dolphinng5_predict/run_logs/meta_health.log
StandardError=append:/mnt/dolphinng5_predict/run_logs/meta_health.err
[Install]
WantedBy=multi-user.target