I Built a Memory API That Beats Mem0 on LongMemEval Without Using a Single LLM Token
A new open-source memory API called BECOMER has been developed to enhance AI agent performance by providing persistent memory without incurring LLM token costs for recalls. This API achieves a 94.4% score on the LongMemEval benchmark, outperforming Mem0, which uses thousands of tokens per query. BECOMER integrates seamlessly with existing agent frameworks like LangChain and AutoGen, allowing agents to share context across namespaces and persist memory across sessions and different LLM providers. AI
IMPACT Accelerates AI agent development by providing efficient, token-free memory recall and cross-LLM compatibility.