Perseus
435-Line Plugin — Production Memory Engine

Anna AI — now remembers you.

anna-recall is a 435-line plugin for Anna AI. It gives Anna persistent memory across sessions — powered by Mimir's Rust engine (15/15 production tests, FTS5, confidence decay). Install one plugin, add one config line.

Code
435 lines
The plugin is thin because Mimir does the heavy lifting. Every line is auditable.
Engine
15/15
Mimir's production test suite. FTS5 keyword recall, confidence decay, entity storage.
Setup
1 line
Install the Executa plugin. Add one config entry. Anna knows everything you've told her.

The Demo Arc

Session 1
You tell Anna your name, project, preferences, and a recurring bug.
Kill Anna
Terminate the process. All session state lost — except what Mimir stored.
Session 2
Anna greets you by name, knows your project, remembers the bug. Zero re-orientation.

Quickstart

install
# Install the Executa plugin
anna plugins install anna-recall

# Or from source (435 lines, read it yourself)
git clone https://github.com/tcconnally/anna-recall
configure
# One config line — point at Mimir
# anna-config.yaml:
plugins:
  recall:
    backend: mimir
    db_path: ~/.mimir/data/mimir.db
Anna Recall on GitHub →