List deterministic signals available to evaluators
Closed catalog of signals a deterministic evaluator can be bound to.
Drives the frontend’s signal-picker UI when creating an evaluator with
kind='deterministic'. Sourced from the in-process probe registry —
no DB hit.
GET
List deterministic signals available to evaluators
Previous
(dev only) Fabricate failing eval runs and fire the real eval.failed emitterFabricate failing eval runs for an agent and run the REAL ENG-604 emitter.
Exercises the full classification/escalation/digest/dedupe-key path that plain
``test-send`` bypasses: builds the ``eval.failed`` payload exactly as the eval
orchestrator would, then enqueues ``dispatch`` (the notify Celery task) — so a
background worker is required for the message to actually deliver.
Next
List deterministic signals available to evaluators