> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Health Registry • AI Agent SDK

> Registry and entry-point discovery for runtime health checks.

# health\_registry

<Badge color="blue">AI Agent</Badge>

Registry and entry-point discovery for runtime health checks.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents.runtime import health_registry
```

## Classes

<CardGroup cols={2}>
  <Card title="HealthCheckRegistry" icon="brackets-curly" href="../classes/HealthCheckRegistry">
    Run registered checks with failure isolation and re-validation.
  </Card>
</CardGroup>

## Functions

<CardGroup cols={2}>
  <Card title="get_health_check_registry()" icon="function" href="../functions/get_health_check_registry">
    Function definition.
  </Card>

  <Card title="register_health_check()" icon="function" href="../functions/register_health_check">
    Function definition.
  </Card>

  <Card title="run_health_checks()" icon="function" href="../functions/run_health_checks">
    Function definition.
  </Card>

  <Card title="arun_health_checks()" icon="function" href="../functions/arun_health_checks">
    Function definition.
  </Card>
</CardGroup>
