git-mem: use git to store agent memories

Reddit r/AI_Agents Tools

Summary

git-mem is a memory solution for AI agents that leverages git and redis for performance and audit logs, including a web UI and minimal dependencies.

Why reinvent the wheel with agent memory? Git-mem builds upon existing git and redis technology to provide a performant memory solution with full audit log backed by git. a web ui is included as well. Minimal dependencies.
Original Article

Similar Articles

rohitg00/agentmemory

GitHub Trending (daily)

agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.

@disksing: Just discovered that inside Clawmem, it's actually a headless GitHub clone used as the memory data layer. Feels like this GitHub for Agents might be overkill if it's only used for agent memory. It could totally be used as a multi-agent + multi-human collaboration platform...

X AI KOLs Timeline

The author discovered that Clawmem internally replicates a headless GitHub as its memory data layer, and believes this tool designed for agent memory would be more suitable as a multi-agent and multi-human collaboration platform. Since AI is already familiar with GitHub workflows, no additional training is needed. The project is open-source.

Show HN: Git for AI Agents

Hacker News Top

re_gent is an open-source version control system for AI agent activity, tracking every tool call and associated prompt so developers can audit and roll back agent changes.