class MultiLLMEngine: def __init__(self, memory): self.backend = "local" def backend_info(self): return {"backend": "local"}