Skip to main content

export_bundle

Function export_bundle 

Source
pub fn export_bundle(
    seed_files: &[(&str, &str)],
    events: &[MemoryEvent],
) -> String
Expand description

Build a single Links Notation bundle document.

Contains the static seed plus the dynamic memory log plus arbitrary environment metadata. Mirrors the browser’s FormalAiMemory.exportBundle so a user can drop the same file into any interface.