From fd97a814292b6ec670ee009a1e1e8bca82f7cf06 Mon Sep 17 00:00:00 2001 From: victortaelin Date: Sun, 26 Jul 2026 15:20:52 -0300 Subject: [PATCH] README: one-line pitch --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec5ef14..e010275 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # OptMem -Permanent memory for AI agents. Nothing is ever deleted, and what the agent -reads at wake is always the same size. +Permanent memory for AI agents. No database, no server: a prompt and a script, plug and play. ![how OptMem works](anim/optmem.gif) @@ -12,8 +11,8 @@ curl -fsSL https://raw.githubusercontent.com/VictorTaelin/OptMem/main/install.sh ``` It prints a `## Memory` block. Paste that at the top of your agent's -`AGENTS.md` (or `CLAUDE.md`), and you are done: no daemon, no database, no -embeddings, no plugin. Run the same line again to update. +`AGENTS.md` (or `CLAUDE.md`), and you are done. Run the same line again to +update. ## Commands