Skip to main content

HealthCheckRegistry

Defined in the Health Registry module.
AI Agent Run registered checks with failure isolation and re-validation.

Methods

register_check()

Instance method.

get_checks()

Instance method.

get_check_ids()

Return stable IDs after lazy plugin discovery.

protected_ids()

Return IDs reserved for built-ins that plugins cannot shadow.

run()

Instance method.

arun()

Run checks without blocking an async caller’s event loop.

Source

View on GitHub

praisonaiagents/runtime/health_registry.py at line 18