remem-ai 0.5.141

Local-first coding agent memory for Claude Code and OpenAI Codex
Documentation
1
2
3
4
5
6
use anyhow::Result;

#[tokio::main]
async fn main() -> Result<()> {
    remem::cli::run().await
}