Member Junction
    Preparing search index...

    Pluggable "worth saying" scorer for Active mode.

    Returns a score in [0, 1]; the policy speaks when the score meets the configured threshold AND the silence/throttle gates pass. The scorer itself is injected (it may be a heuristic or an LLM call) so the policy stays pure and deterministic in tests.

    interface IWorthSayingScorer {
        Score(segment: TurnTranscriptSegment): number;
    }
    Index

    Methods

    Methods