LangMem ships memory primitives. ArgosBrain ships a memory engine.
LangMem (LangChain Inc.; MIT) is a library of memory primitives on top of LangGraph's BaseStore. Three memory types: semantic (facts), episodic (past experiences / few-shot examples), procedural (system prompt / behavior rules, updated by a Prompt Optimizer).
Two execution modes: hot path (extract during conversation) and background (extract async).
Sources: LangMem docs · LangMem repo