Package-level declarations

Types

Link copied to clipboard
data class DecisionExplanation(val tick: Int, val agent: String, val decisionId: String, val message: String, val supportingFacts: List<String> = emptyList())

Human-readable explanation produced by the explanation layer.

Link copied to clipboard
class ExplanationService(safetyReasoner: SafetyReasoner)