OpenClaw plugin that auto-notifies on subagent failures, exec errors, and stale tasks.
openclaw plugin install openclaw-task-watchdog
All optional — works with defaults:
{
"task-watchdog": {
"subagentNotifyOn": ["error", "timeout", "killed"],
"execNotifyOnAbnormal": true,
"timerPatrol": true,
"timerPatrolIntervalMs": 120000,
"staleThresholdMs": 1800000
}
}
共 1 个版本