from __future__ import annotations class GenerationError(RuntimeError): """Base exception raised when a generation backend fails."""