Sharing something I’ve been working on: LoreKit (agent memory system) - seeking feedback

Reddit r/AI_Agents Tools

Summary

Mads announces LoreKit, a free and open-source agent memory system with CLI, MCP, and web UI, designed to share memory across sessions, teams, and environments.

TL;DR I built LoreKit — a free, open-source agent memory system (CLI, MCP, and web UI) that makes it easy to share memory across sessions, teams, and environments. I’d love your feedback. --- For the past two years, I’ve been working on autonomous-workflow (aw) — a project focused on getting agents to reliably do what I expect, how I expect it. One of the biggest challenges has been avoiding repeated mistakes. Without persistent memory, agents waste time (and tokens) relearning the same lessons. To solve this, I built a self-improving system that stores insights from previous runs. After months of experimentation, this turned out to be one of the biggest improvements in both stability and speed. The problem: the original solution was based on local files, which made sharing memory difficult. That’s why I created LoreKit. LoreKit is a plug-and-play memory system that works both locally and remotely. It stores memory in a simple database and makes it easily accessible across agents and environments. It also includes: - Built-in skills for reading/writing memory - Guidance for integrating memory into agent workflows - Hooks for tools like Claude and Codex to automatically persist memory (e.g., on crashes) - Support for transient memory that expires automatically (useful for workflows and automations) It’s completely free and open source, and I’d really appreciate any feedback, ideas, or criticism. Thanks for reading, Mads
Original Article

Similar Articles

Lore – Give your coding agent the decisions your team made

Hacker News Top

Lore is an open-source tool that stores team decisions as typed Markdown files and serves them deterministically to coding agents (like Claude Code, Cursor) via MCP, ensuring agents follow documented requirements instead of guessing.