Skip to main content

write_memory_proposal

Function write_memory_proposal 

Source
pub fn write_memory_proposal(
    mur_home: &Path,
    proposal: &MemoryProposal,
) -> Result<PathBuf>
Expand description

Atomically drop proposal into the inbox. Returns the written path. Deterministic name (<agent>-<note>): re-remembering the same note replaces the pending proposal instead of stacking duplicates.