akitaonrails/ai-memory
ai-memory is a Rust, self-hosted memory and handoff service for coding agents that lets work continue across harnesses, machines, and teammates without repeating project context.
It integrates with more than twenty agent environments through lifecycle hooks, records prompts and tool calls at a typed privacy boundary, and turns sessions into searchable handoff pages. The source of truth is a git-backed wiki of plain Markdown; the database is a rebuildable index, and capture/search/handoff work without an LLM API key. Multi-user auth, project-scoped knowledge, attribution, and an audit log are built in. It is a young project, so its broad harness support and operational claims still need independent field experience.