@GoogleResearch: ReasoningBank, a novel agent memory framework, enables LLM agents to continuously learn from both successful & failed e…
Summary
Google Research introduces ReasoningBank, an agent memory framework that lets LLM agents learn continuously from successes and failures, improving success rates and efficiency.
Similar Articles
ReasoningBank: an agent memory framework that lets LLM agents keep learning from wins and losses
ReasoningBank gives LLM agents a memory layer so they continuously learn from both successes and failures, driving higher task success rates and faster execution.
PolicyBank: Evolving Policy Understanding for LLM Agents
PolicyBank proposes a memory mechanism that enables LLM agents to autonomously refine their understanding of organizational policies through iterative interaction and corrective feedback, closing specification gaps that cause systematic behavioral divergence from true requirements. The work introduces a systematic testbed and demonstrates PolicyBank can close up to 82% of policy-gap alignment failures, significantly outperforming existing memory mechanisms.
MemReranker: Reasoning-Aware Reranking for Agent Memory Retrieval
MemReranker is a reasoning-aware reranking model family (0.6B/4B) designed for agent memory retrieval, addressing limitations in semantic similarity by incorporating LLM knowledge distillation for better temporal and causal reasoning.
rohitg00/agentmemory
agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.
SuperLocalMemory V3.3: The Living Brain -- Biologically-Inspired Forgetting, Cognitive Quantization, and Multi-Channel Retrieval for Zero-LLM Agent Memory Systems
SuperLocalMemory V3.3 introduces a unified memory and learning system for AI agents with biologically-inspired forgetting, multi-channel retrieval, and P2P mesh coordination. The system achieves 74.8% on LoCoMo benchmarks and features triple-stream learning, lifecycle management, and EU AI Act compliance.