Skip to main content

Module watchdog

Module watchdog 

Source
Expand description

Context Watchdog — detects changes between context snapshots.

The watchdog compares consecutive ContextSnapshot snapshots and emits CelEvents when something changes. This replaces polling in the MCP observe tool with a more efficient diff-based approach.

Structs§

ContextWatchdog
Watches for context changes by diffing consecutive snapshots.