Domain Detective

API Reference

Class

AgentReadinessCheck

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Single weighted readiness check.

Inheritance

  • Object
  • AgentReadinessCheck

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String Id { get; set; } #

Stable check identifier.

public String Category { get; set; } #

Category containing this check.

public String Name { get; set; } #

Display name.

public AgentReadinessCheckStatus Status { get; set; } #

Current status.

public Double Score { get; set; } #

Score earned by this check.

public Double MaxScore { get; set; } #

Maximum score for this check.

public String Evidence { get; set; } #

Human-readable evidence.

public String Code { get; set; } #

Associated assessment/recommendation code.

{{ include "footer" }}