openhands.runtime
get_runtime_cls
def get_runtime_cls(name: str) -> Type[Runtime]
If name is one of the predefined runtime names (e.g. 'docker'), return its class. Otherwise attempt to resolve name as subclass of Runtime and return it. Raise on invalid selections.