Add memory content.
bool addMemory(String source, String content) { if (content.trim().isEmpty) return false; return add(MemoryContext(source: source, memoryContent: content)); }