Required functionDefine a top-level `should_flap(observation: dict) -> bool`.
Weco runSubmit the share URL for the Weco dashboard run that produced this controller.
Return valueReturn `True` to flap and `False` to coast.
Allowed codeKeep it self-contained. Helper functions and constants are fine; imports, classes, file access, network calls, and subprocesses are blocked.
RuntimeEach decision must be fast. The worker enforces a per-call timeout and a 30s private eval cap.
ScoringThe leaderboard score is assigned only by the private heldout validation worker.