"""Compatibility alias for the canonical heaven agent implementation.""" import sys from backend.features.heaven import agent as _implementation sys.modules[__name__] = _implementation