pub fn sweep(
memory_dir: &Path,
adapter: &dyn Transcript,
options: CaptureOptions,
) -> Result<CaptureReport, RecallError>Expand description
Import one CLI’s finished, unarchived sessions.
Each transcript is archived and ingested into the graph before the next one is read, so an interrupted import leaves complete archives and a watermark that points at the last of them.