HealthCheckProtocol
Defined in the Health Check module.AI Agent Minimum protocol implemented by runtime health checks. A check may additionally expose
repair(context, findings). Keeping
repair outside the required protocol lets diagnostic-only integrations
participate without pretending that every problem is safe to automate.
Methods
check_id()
Stable namespaced identifier for this check.
detect()
Return current health findings without mutating external state.
Source
View on GitHub
praisonaiagents/runtime/health_check.py at line 65
