swactor/crates
Claude 70555c2daf feat: warning/anomaly detection system (Stage 5)
Add automated detection of 6 runtime anomaly types with severity levels:

- PoisonedActor (critical): actor panicked
- StalledActor (high): no message processing while mailbox > 0
- GrowingMailbox (medium): consecutive increases in mailbox depth
- MailboxOverflow (medium): messages dropped (backpressure triggered)
- WorkerImbalance (low): one worker has >2x average actor count
- EmptyWorker (low): worker has 0 actors while others have many

Configurable thresholds with sensible defaults. 7 scenario tests covering
all warning types, threshold behavior, and streak reset logic.

Web: warning banner at top of overview page with severity-colored alerts
TUI: warning count in summary bar (yellow when active)
SSE: new "warnings" event sent with each stats tick

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 21:20:23 +07:00
..
command skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00
distribution feat: distribution simulation tests (#34) 2026-02-13 13:18:38 +00:00
dp-mnist feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
node distribution realization (#33) 2026-02-13 07:55:12 +00:00
python major feature update 2026-02-13 07:11:24 +00:00
runtime-dashboard feat: warning/anomaly detection system (Stage 5) 2026-02-13 21:20:23 +07:00
simulation feat: distribution simulation tests (#34) 2026-02-13 13:18:38 +00:00
simulation-dashboard feat: distribution simulation tests (#34) 2026-02-13 13:18:38 +00:00
std feat: skeleton for in browser swactor engine (#35) 2026-02-13 13:27:34 +00:00
wasm feat: skeleton for in browser swactor engine (#35) 2026-02-13 13:27:34 +00:00
wasm-actor feat: extended features and testing for the WASM runtime actor prototype (#36) 2026-02-13 14:11:39 +00:00