pub fn memories_for_transcript(
conn: &Connection,
transcript_id: &str,
) -> Result<Vec<TranscriptLink>>Expand description
Return every memory derived from a given transcript.
Order is stable on memory_id so the fan-in is deterministic for
downstream tooling (e.g. archive sweepers in I3).
§Errors
Returns an error when the SELECT or row decoding fails.