meshai/meshai
K7ZVX c8400233bd feat: alert detection and dispatch system for real-time mesh alerts
- Add AlertEngine to detect infra down/recovery, battery critical, critical node offline
- Add alert_channel, critical_nodes, alert_cooldown_minutes config options
- Wire alerts to channel broadcast and DM subscribers
- Add TUI options for critical nodes, alert channel, cooldown

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-06 04:48:41 +00:00
..
backends fix: Remove hard-coded token limits on LLM responses 2026-05-05 22:06:50 +00:00
cli feat: alert detection and dispatch system for real-time mesh alerts 2026-05-06 04:48:41 +00:00
commands feat: Named single-gw nodes, infra-only monitoring, commands overhaul 2026-05-05 15:33:14 +00:00
sources feat: Feeder-level gateway awareness from /api/packets_seen 2026-05-05 19:55:23 +00:00
__init__.py
__main__.py
alert_engine.py feat: alert detection and dispatch system for real-time mesh alerts 2026-05-06 04:48:41 +00:00
chunker.py feat: ACK-based message delivery, markdown stripping, prompt fixes 2026-05-06 04:17:44 +00:00
config.py feat: alert detection and dispatch system for real-time mesh alerts 2026-05-06 04:48:41 +00:00
connector.py feat: ACK-based message delivery, markdown stripping, prompt fixes 2026-05-06 04:17:44 +00:00
context.py
geo.py
history.py
knowledge.py
main.py feat: alert detection and dispatch system for real-time mesh alerts 2026-05-06 04:48:41 +00:00
memory.py
mesh_data_store.py feat: Feeder-level gateway awareness from /api/packets_seen 2026-05-05 19:55:23 +00:00
mesh_health.py feat(mesh): config-driven regions with stale purge and coverage fix 2026-05-05 06:33:38 +00:00
mesh_models.py feat: Feeder-level gateway awareness from /api/packets_seen 2026-05-05 19:55:23 +00:00
mesh_reporter.py fix: !health packs into 2-3 messages with newlines inside 2026-05-06 00:57:44 +00:00
mesh_sources.py
meshmonitor.py
responder.py feat: ACK-based message delivery, markdown stripping, prompt fixes 2026-05-06 04:17:44 +00:00
router.py feat: ACK-based message delivery, markdown stripping, prompt fixes 2026-05-06 04:17:44 +00:00
subscriptions.py