Break up the 70-line dispatch() method into a thin router that delegates
to _handle_safe_method() and _handle_unsafe_method(), keeping the logic
unchanged.
Also stub swarm.event_log in conftest to fix pre-existing
ModuleNotFoundError blocking the test suite.
Fixes#628
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>