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§
- Context
Watchdog - Watches for context changes by diffing consecutive snapshots.