nexus-agents - v2.80.0
    Preparing search index...

    Interface DistillerStats

    Statistics returned by StrategyDistiller.getStats().

    interface DistillerStats {
        ruleCountByStatus: Readonly<Record<RuleStatus, number>>;
        totalRules: number;
        lastDistillAt: number | undefined;
        outcomesSinceLastDistill: number;
    }
    Index

    Properties

    ruleCountByStatus: Readonly<Record<RuleStatus, number>>

    Number of rules in each status

    totalRules: number

    Total number of rules

    lastDistillAt: number | undefined

    Epoch ms of last distillation run

    outcomesSinceLastDistill: number

    Number of outcomes processed since last distillation