{"repo":"radimsem/remindb","free":true,"listed":false,"github":"https://github.com/radimsem/remindb","clone":"git clone https://github.com/radimsem/remindb.git","description":"An agentic memory database that cuts session tokens by 82–99%. One portable SQLite file — your agent's memory, anywhere.","language":"Go","stars":124,"topics":["agent-memory","ai-agents","ast","claude-code","cli","codex","developer-tools","fts5","gemini-cli","golang"],"license":"MIT","category":"ai-agents","readme_excerpt":"remindb Agentic memory in a single SQLite file. Stop letting your agent re-read the same notes every session. --- Why I built this Coding agents already have memory. CLAUDE.md , AGENTS.md , your notes folder, that growing pile of project READMEs. Stuff persists just fine. The problem is how the agent consumes it. Every session starts by re-reading the whole pile from scratch — every Read , every Grep , scanning raw prose the agent has already processed dozens of times. Big context windows don't fix it. A 1M-token window is still paid per call, and still can't tell yesterday's stale note from today's relevant one. Raw markdown is the wrong shape for memory. Not because it can't hold the words — it can — but because it forces the agent to pay full freight on every read. remindb is a single SQLite file your agent treats as long-term memory. It parses your notes (Markdown, HTML, JSON, YAML, TOON) into a structured tree, hashes every node, encodes repetitive structures compactly when it saves tokens, and surfaces the whole thing through a tight MCP tool suite. What you get Each point is a summary — the full reasoning, with the tradeoffs, lives in docs/ . An ICR the agent can index, not skim. MemoryTree returns the Intermediate Context Representation — typed, labeled, token-counted — in one call instead of a directory walk and a pile of file reads. → The node tree Hot vs. cold, like a real cache. Every node has a temperature that rises when it's read and decays over time. Hot nodes","default_branch":null,"files":null,"tree":[],"storefront":"/r/radimsem","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/radimsem/remindb/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}