Anomaly Detector Kit

Detect unusual patterns, outliers, and behavioral anomalies.

Configuration

Anomaly Detector

Analyzed

24.5k

Anomalies

7

Score Avg

0.12

baselineTRAINEDNormal behavior model
scoreCOMPUTEDAnomaly scores 0-1
thresholdAPPLIED3 above threshold
alertSENTPagerDuty notified

Integration Code

import { createAnomalyDetector } from 'agent-tools-kit/events'

const instance = createAnomalyDetector({
  // Configuration options
})
await instance.start()
instance.on('event', (e) => console.log(e))