package com.arthurbergmz.assistant.intelligence.memorybank; public interface Memory { public String key(); public String value(); }