Secure local-first memory infrastructure for AI agents, built in Rust.
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
agentmem init
agentmem set agent/claude/current_task "Review PR"
agentmem get agent/claude/current_task
agentmem list agent/claudeagentmem initPrompts:
- Project name
- Storage location
- Confirm path
- Create config
- Ready
src/
docs/
tests/
examples/
schemas/
scripts/
Bootstrap phase.