README: one-line pitch

This commit is contained in:
victortaelin 2026-07-26 15:20:52 -03:00
parent d25f09ddc0
commit fd97a81429

View file

@ -1,7 +1,6 @@
# OptMem # OptMem
Permanent memory for AI agents. Nothing is ever deleted, and what the agent Permanent memory for AI agents. No database, no server: a prompt and a script, plug and play.
reads at wake is always the same size.
![how OptMem works](anim/optmem.gif) ![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 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 `AGENTS.md` (or `CLAUDE.md`), and you are done. Run the same line again to
embeddings, no plugin. Run the same line again to update. update.
## Commands ## Commands