Mirrors Python's _AMDClassifier two-gate architecture:
a result is only emitted when both a verdict (from LLM or heuristic) and
a silence gate (from VAD or timeout) are satisfied.
Emits 'amd_prediction' once with the final AMDPredictionEvent when
a run settles (mirrors python AMD(EventEmitter[Literal["amd_prediction"]])).
Answering Machine Detection.
Mirrors Python's
_AMDClassifiertwo-gate architecture: a result is only emitted when both a verdict (from LLM or heuristic) and a silence gate (from VAD or timeout) are satisfied.Emits
'amd_prediction'once with the final AMDPredictionEvent when a run settles (mirrors pythonAMD(EventEmitter[Literal["amd_prediction"]])).