Changelog¶
The complete, up-to-date changelog is maintained in the repository: CHANGELOG.md.
Recent highlights¶
Unreleased¶
Adapters
Adapterbase class +JSONAdapter,CSVAdapter,IntercomAdapter,ZendeskAdapter- CLI commands:
analyze,analyze-intercom,analyze-zendesk
Phase 2 — content-aware detectors
SentimentCollapseDetector— customer frustration trend, pluggableSentimentScorerBrandDamageDetector— profanity / self-deprecation / competitor / off-brand patternsConfidentLiesDetector— commitment patterns + optionalPolicyBaseConfidentMisinformationDetector— factual-claim patterns + optionalFactBaseknowledgemodule:PolicyBase,FactBase
Phase 1 — statistical detectors
DeathLoopDetector— connected-components similarity groupingSilentChurnDetector— ended-without-confirmation detectionEscalationBurialDetector— buried human-agent requestsConversationGenerator— deterministic synthetic datascripts/benchmark.py— precision/recall/F1 harness
Phase 0 — foundation
- Pydantic schema:
Message,Conversation,Detection,FailureMode,Severity Detectorabstract base +DetectorRegistry- CLI skeleton, CI pipeline, pre-commit hooks
- Apache 2.0 license