A health check is a periodic probe sent to an agent to verify its operational status and availability for receiving requests. It is a core component of agent lifecycle management and fault tolerance, ensuring the orchestration workflow engine can route tasks only to healthy participants. These checks typically query a designated endpoint, expecting a successful HTTP response or a specific payload within a timeout, confirming the agent's container, process, and critical dependencies are functional.
