claude-mem[1]
Open-source plugin
Captures what a coding agent does in its sessions and injects relevant context into future sessions. Works with Claude Code, Codex, OpenCode and others.
Compresses captured sessions with an LLM; stores them locally with vector search, with optional cloud sync.
OpenReflex: Learns without a model and never stores session content, only tool metadata, verified outcomes and the fixes that worked.
Mem0 for Claude Code[2]
Plugin
Remembers project knowledge and personal preferences across coding sessions.
Hooks save messages, answers, changed files and test results; Mem0's backend extracts and classifies memories.
OpenReflex: Keeps everything on your machine and records how tasks went rather than what was said.
ReasoningBank[3]
Research, 2025
Distils reusable reasoning strategies from an agent's successful and failed experiences; evaluated on web browsing and software engineering benchmarks.
The agent judges its own trajectories with an LLM-as-a-judge, then retrieves distilled memories for new tasks.
OpenReflex: Judges success by checks that actually passed, and runs as a plugin inside everyday coding agents.
Agent Workflow Memory[4]
Research, 2024
Induces commonly reused workflows from past experience and provides them to guide later actions; evaluated on web navigation.
A language model induces workflows from past trajectories.
OpenReflex: Learns per project from live coding-agent hooks, without a model in the loop.
Agentic Context Engineering[5]
Research, 2025
Treats context as an evolving playbook that accumulates and refines strategies.
Generation, reflection and curation, adapting from natural execution feedback.
OpenReflex: Keeps a structured graph of paths and outcomes and scores alternative strategies, without an LLM curator.
Reflexion[6]
Research, 2023
Agents reflect verbally on task feedback and keep the reflections in an episodic memory buffer for later trials.
Self-reflection text written by the model itself.
OpenReflex: Lessons persist across sessions and agents in a project, and come from verified outcomes rather than self-reflection.
OpenHands Stuck Detector[7]
Agent framework feature
Flags repeating action-observation or action-error cycles, monologues and alternating patterns, and can halt the run.
Pattern checks over a single conversation's event history.
OpenReflex: Works across four agents through their hooks, and an alert can point to a fix learned in an earlier task.