### Implementation Add a lightweight HTTP endpoint (e.g., using `FastAPI` or a background thread). ### Why Required for Kubernetes/orchestrator liveness checks to automate restarts.
Implementation
Add a lightweight HTTP endpoint (e.g., using
FastAPIor a background thread).Why
Required for Kubernetes/orchestrator liveness checks to automate restarts.