BACK_TO_FEEDAICRIER_2
Google drops Always On Memory Agent
OPEN_SOURCE ↗
REDDIT · REDDIT// 32d agoOPENSOURCE RELEASE

Google drops Always On Memory Agent

Google has published Always On Memory Agent on GitHub as an open-source reference app for persistent agent memory, built with Google ADK, Gemini 3.1 Flash-Lite, and SQLite instead of a vector database. The real hook for local-model builders is not just “fit more tokens in context,” but the agent’s always-on ingest, consolidation, and cross-linking loop that turns raw files into maintained long-term memory.

// ANALYSIS

This project matters because it argues bigger context windows are not the same thing as usable memory.

  • The README explicitly positions the agent against vector DB + RAG, using an LLM to continuously read, summarize, connect, and rewrite structured memory instead of only retrieving chunks on demand
  • It supports multimodal ingestion from text, images, audio, video, and PDFs, then runs periodic consolidation to produce higher-level insights and links across memories
  • The shipped implementation is tightly coupled to Gemini and Google ADK, so local-model support looks possible in principle but not like a simple config swap
  • Even with 1M-token local models, the architecture still has value because background compression, prioritization, and synthesis solve a different problem than just stuffing more raw context into a prompt
// TAGS
always-on-memory-agentagentmultimodalopen-sourcerag

DISCOVERED

32d ago

2026-03-10

PUBLISHED

32d ago

2026-03-10

RELEVANCE

8/ 10

AUTHOR

makingnoise