Expand description
Failure analysis and root-cause narrative generation
This module provides AI-powered analysis of request failures, generating human-readable narratives that explain why failures occurred and what rules, personas, or contracts caused them.
Re-exports§
pub use context_collector::FailureContextCollector;pub use narrative_generator::FailureNarrativeGenerator;pub use types::*;
Modules§
- context_
collector - Failure context collector
- narrative_
generator - Failure narrative generator
- types
- Types for failure analysis