from schemas.goal_schema import Goal def load_goals(): return [ Goal(name="order_coffee", description="Order coffee confidently at a cafe"), Goal(name="make_small_talk", description="Start small talk with a stranger"), ]