pub fn export_bundle(
seed_files: &[(&str, &str)],
events: &[MemoryEvent],
) -> StringExpand 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.