Skip to contents

Reads every memos/*.md file in run_dir and parses it via markdown_to_memo. Used by run_mode1() on the resume path so a previously persisted memo set survives across interrupted runs.

Usage

load_memos(run_dir)

Arguments

run_dir

Path to the run output directory.

Value

List of Memo objects (zero-length when no memos exist or the memos directory is missing).