pub fn ingest(memory_dir: &Path, sources: &[Source]) -> Result<(), RecallError>Expand description
Import every configured CLI’s finished sessions, reporting to stderr.
This is recall-echo ingest. A CLI that is not installed is not an error:
it has no sessions, which is exactly nothing to import.