64a90e74a9
Wire the built-but-unregistered LlamaServerHealthProbe (266bbf0) into the health monitor: when a `llamacpp` provider URL is configured, add an HttpLlamaLivenessClient-backed probe (dedicated CIO client, 3s per-ping timeout, shutdown-hook close) to the probe list. Gated on a configured provider URL so a model-less box never reports a spurious LLAMA_SERVER DEGRADED. Replaces the Main.kt TODO(wiring). main() is not unit-tested; the probe + client are already covered by266bbf0— compile + :apps:server:test + detekt green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>