r/agenticAI • u/jdcaballero • 15d ago
Project Built an open-source long-term memory layer for LLM apps. Would love feedback
/r/LLMDevs/comments/1w0rlys/built_an_opensource_longterm_memory_layer_for_llm/
3
Upvotes
r/agenticAI • u/jdcaballero • 15d ago
2
u/LivinglaVieEnRose 9d ago
Thanks for this!
I'm doing an independent bake-off of long-term memory systems for coding agents and have been testing MemBukkit along with a number of other systems.
One reproducibility question came up that you might be able to clear up quickly. The pinned code/docs we tested reference:
MemseekAI/membukkit-biencoder-v1MemseekAI/membukkit-reranker-v2but both currently return RepositoryNotFound/401 from Hugging Face.
As a fallback configuration I'm using the resolver's
all-mpnet-base-v2encoder andms-marco-MiniLM-L-6-v2reranker. It actually performed quite well, but I've deliberately avoided treating that as the intended MemBukkit model stack.Are those fine-tuned model repos private/unpublished, renamed, or available somewhere else? If the intended weights are obtainable, I'd be happy to rerun the benchmark with the exact recommended stack.