Check out the newest way to compare different models for a task/agent harness: AutoEvals

Command Reference

Signal Alerts

Manage alerts on signals and inspect their firing history.

Manage threshold alerts on signals — predicates over a rolling window, Slack delivery, and firing history. This is the same alerting surface as inf signals alerts, exposed as its own command group.

Commands

Run inf signal-alert --help for the full, up-to-date verb list. The generated surface covers:

VerbDescription
listList all alerts across the active team's signals
by-projectList all alerts in a project
by-signalList a signal's alerts
getGet one alert by id
createCreate an alert on a signal
updateEdit an alert's predicate, config, or enabled toggle
archiveArchive an alert
eventsList an alert's firing history
stateGet an alert's current state snapshot
backtestReplay an alert predicate over recent history (read-only preview)
  • inf signals alerts documents the alert flags (metric, operator, threshold, window) that the shared alert model uses.

On this page