class AgentEngine: def __init__(self, config): self.config = config def run(self, prompt, tools=None): raise NotImplementedError