1from apollo import Agent23agent = Agent("support")4agent.rules.add(5"Refunds over $500 need approval"6)78agent.chat("I need $800 back")