remem-ai 0.6.62

Local-first coding agent memory for Claude Code and OpenAI Codex
Documentation
1
2
3
4
5
6
//! Batch ingestion of agent session data into the raw archive.
//!
//! Spec: specs/GH720/tech.md (Phase 1a, issue #722).

pub(crate) mod session_identity;
pub mod sessions;