mimocode-mempalace: long-term semantic memory for MiMoCode #1722
mvalentsev
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've been using MiMoCode recently, and I contribute to mempalace, an open-source memory engine. MiMoCode's built-in memory (checkpoints plus FTS search) is solid, but it finds what you typed, not what you meant a month ago in different words. So I wired mempalace in as the other half.
Completed exchanges get mined into a palace, and the closest ones come back through the system prompt on the next request, scoped to the current project. MCP rides the same palace if you want the model to search deeper on its own, and an opt-in backfill files your existing MiMoCode history in one go.
https://github.com/mvalentsev/mimocode-mempalace
The whole install is one line pasted into MiMoCode itself:
It reads the README and walks the steps on its own; that's how the plugin's field installs have actually happened.
All reactions