utils module ============ Utility functions for converting JSON and dictionary data to dataclass instances. These helpers are used by the API layer to build nested dataclasses from engine responses. .. automodule:: utils :members: :undoc-members: :show-inheritance: