akitaonrails / ai-memory
PublicSolution for long term memory for agent coding CLIs and to facilitate hand off between different agent vendors
ai-memory is a long-term memory system for AI coding assistants. It runs as a background service that automatically captures everything that happens during coding sessions - the prompts you give, the tools your AI uses, the decisions made, and the files touched. When a session ends, it creates a summary. When a new session starts (even with a different AI tool), it automatically hands off the context so you never have to re-explain your project. Knowledge is stored as simple text files you can open in any text editor or markdown viewer, and old or unused memories naturally fade away over time while important knowledge compounds.
How It Works
You ask your AI coding assistant to work on a project, spend an hour explaining the architecture, then realize you have to explain everything again next time.
You start a special memory service with a single command. It runs quietly in the background, ready to capture everything your AI assistant does.
You connect your favorite AI coding tool to the memory service. From now on, every session, every decision, every file touched gets saved automatically.
You work normally. Your AI assistant writes code, runs commands, makes decisions. Behind the scenes, your memory service quietly records everything without interrupting your flow.
Your AI assistant starts up and automatically sees everything from your last session - what you were working on, what failed, what's still open.
You switch to a completely different AI coding tool. It connects to your memory and immediately knows the context - no re-explaining needed.
You can ask your memory service questions like 'what did we decide about authentication?' and get back relevant notes from past sessions.
Your AI coding assistant remembers your project across sessions, across tools, across days. You never have to re-explain the same context twice.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.