Skip to main content

analyze

Function analyze 

Source
pub fn analyze(
    trigger: &PostMortemTrigger,
    input: &AnalysisInput,
) -> PostMortemResult
Expand description

Run deterministic post-mortem analysis on a triggered session.

Produces lessons and rule proposals based on trigger reasons and session data. This is the heuristic analyzer — no LLM calls. Future: analyze_with_llm().