/** * createMamaMemoryPort - the real OperatorMemoryPort binding (M1-T0). * * recall -> mama-core recallMemory (memory/api.ts:1118), mapping RecallBundle.memories * (MemoryRecord: topic + summary) into the port's {topic, content} shape. * save -> mama-core saveMemory (operator-authored notes; decision kind, global scope). * * Pure adapter: no judgment, no filtering beyond the mechanical mapping. The agent's * memoryQuery decides what is recalled (trigger-fire.ts). */ import type { OperatorMemoryPort } from './operator-interfaces.js'; export declare function createMamaMemoryPort(): OperatorMemoryPort; //# sourceMappingURL=mama-memory-port.d.ts.map