selector
sequence
cond Chatting()
act DealChat()
cond HasSubTask()
act SubTaskPlaceHolder()
cond FocusingCustomer()
act ServeCustomer()
cond NewCustomer()
cond At(Robot,Bar)
act MoveTo(Bar)
act GreetCustomer()
cond NeedExplore()
act ExploreEnv()
cond AnomalyDetected()
act ResolveAnomaly()