You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2026. It is now read-only.
Context
MemMachine tests two modes:
Agent mode scores higher because the LLM can refine its queries — ask a broad question, look at results, ask a more specific follow-up.
Why this matters for BM
BM already supports this naturally via MCP. An LLM using BM tools can:
search_notes('Sarah restaurant')search_notes('Sarah lunch May 2023')We should benchmark both modes:
The agent mode result shows what BM can do when paired with a capable LLM — which is the real-world usage pattern.
Implementation
Related
Milestone
v0.19.0