agentic-cortex: Long-Term Memory for Coding Agents
TL;DR: AI coding agents forget everything between sessions. The bug you debugged for 3 hours. The architecture decision. The Windows gotcha. agentic-cortex gives them persistent, searchable, self-improving memory across sessions and projects — entirely local, zero API costs, 368 tests passing.
Why I Built This
A few months ago, I started using Claude Code, OpenCode, and Codebuff daily. Every session began the same way: re-teaching the agent about my project's context, re-stating decisions I'd already made, and watching it make the same mistakes from last week. Chat history helps, but it doesn't prevent errors from repeating or encode the why behind architectural choices.
I wanted my agents to learn — not just remember conversations, but build a real knowledge base that improves over time and transfers across projects. So I built agentic-cortex.






