from brain_openai import CloudChatBrain brain = CloudChatBrain() while True: brain.listen() brain.understand() brain.command()