- Implement DatabaseWatchdog with 20-minute timeout detection and failsafe mode - Add EmergencyStopManager with system-wide and targeted emergency stop functionality - Create AlertManager with multi-channel alert delivery (email, SMS, webhook, SCADA) - Integrate emergency stop checking into SafetyLimitEnforcer (highest priority) - Add comprehensive unit tests for all new safety components - All 95 unit tests passing (100% success rate) Co-authored-by: openhands <openhands@all-hands.dev> |
||
|---|---|---|
| .. | ||
| test_alerts.py | ||
| test_auto_discovery.py | ||
| test_configuration.py | ||
| test_database_client.py | ||
| test_emergency_stop.py | ||
| test_safety_framework.py | ||
| test_watchdog.py | ||