Skip to main content

Watchdog

Watchdog continuously verifies that your agents are not just alive — but actually making progress. It monitors gateway and agent liveness, probes for stall signatures, and escalates before silent throughput collapse becomes an outage.

The Gap Between “Running” and “Working”

Process monitors and uptime checkers answer one question: is the process alive? That’s necessary but insufficient for agents. An agent can be:
  • Running but stalled — process is up, no work happening
  • Running but looping — executing continuously, not advancing
  • Running but silent — heartbeat looks fine, outputs have stopped
Watchdog watches for these conditions — the gap between the process being alive and the agent actually working.

What Watchdog Does

Gateway Probes

Actively probes gateway health at regular intervals. Not passive — verified.

Stall Signature Detection

Recognizes patterns consistent with execution stalls before they cause failures.

Throughput Monitoring

Tracks whether work is actually completing, not just whether the agent is active.

Escalation Pipeline

Routes detections to Sentinel, Agent911, and configured alert channels.

How Watchdog Works

Watchdog runs as a persistent background monitor with two probe types:

Liveness Probes

Active checks that the gateway and agent runtime are responsive:

Progress Probes

Passive observation that meaningful work is completing:

Detection Scope

Quick Start

Sample Output

Configuration

CLI Reference

Watchdog vs Sentinel

Watchdog and Sentinel are complementary: Watchdog is the active verifier. Sentinel is the passive observer. Together they cover the full failure surface. When both are configured, they share detections with Agent911 — correlated events surface as higher-confidence incidents.

Escalation Path

When Watchdog detects a problem:
Operators respond through Agent911’s guided playbook — Watchdog surfaces the problem and hands it off.

Pricing

Watchdog is a paid product. It’s designed for teams running production agents where missed heartbeats and silent stalls have real consequences. See Pricing for current rates.

Next Steps

Sentinel

Passive runtime anomaly detection. Pairs with Watchdog for full coverage.

Agent911

Watchdog feeds detections into the Agent911 control plane.

DriftGuard

Long-horizon behavioral drift. Watchdog handles the short horizon.

Lazarus

Confirm recovery readiness so Watchdog escalations have a clear path.