An agent health check is a periodic diagnostic probe, such as a liveness or readiness probe, used by an orchestration system to determine if an agent is functioning correctly and able to accept work. It is a core component of agent lifecycle management and a prerequisite for enabling agent self-healing behaviors. These checks are typically implemented as HTTP requests, TCP socket connections, or command executions within the agent's container.
