Agent Memory RS
Secure local-first memory infrastructure for AI agents, built in Rust.
Purpose
Agent Memory RS gives AI tools like Claude, Codex, Gemini, Hermes, OpenClaw and custom agents a better way to manage local data.
Instead of scattered JSON files, hidden temp folders, or unsafe ad-hoc state, this project provides:
- secure local persistence
- typed Rust APIs
- deterministic CLI
- project onboarding flow
- namespace-based memory
- atomic writes
- future multi-agent support
Example CLI
First Run Onboarding
Prompts:
- Project name
- Storage location
- Confirm path
- Create config
- Ready
Repo Layout
src/
docs/
tests/
examples/
schemas/
scripts/
Status
Bootstrap phase.