@loreai/pi
v0.11.1
Published
Lore memory engine as a Pi (@mariozechner/pi-coding-agent) extension
Maintainers
Readme
@loreai/pi
Experimental — Under active development. APIs, storage format, and behavior may change.
Lore's memory engine as a Pi coding-agent extension. Three-tier storage, distillation, curation, gradient context management, and FTS5-backed recall — wired into Pi's extension hooks.
Install
Add to your ~/.pi/settings.json:
{
"packages": [
"npm:@loreai/pi@latest"
]
}Then run pi install once. The extension auto-loads on every Pi session.
Companion packages
Lore ships as three packages sharing the same SQLite database at ~/.local/share/opencode-lore/lore.db:
@loreai/pi(you are here) — Pi coding-agent extension@loreai/opencode— OpenCode plugin (also published asopencode-lorelegacy alias)@loreai/core— shared memory engine
Switching between OpenCode and Pi on the same project preserves the curated knowledge, distillations, and AGENTS.md sync.
Documentation
Full architecture, benchmarks, configuration, and rationale: github.com/BYK/loreai
License
MIT — see LICENSE.
