@loreai/core
v0.16.0
Published
Shared memory engine for Lore — three-tier storage, distillation, gradient context management
Downloads
2,073
Maintainers
Readme
@loreai/core
Experimental — Under active development. APIs, storage format, and behavior may change.
Shared memory engine for Lore — three-tier storage, distillation, curation, gradient context management, and FTS5-backed recall.
This package is host-agnostic. It doesn't ship a user-facing extension on its own; it's consumed by adapter packages that wire it into a specific coding agent:
@loreai/opencode— OpenCode plugin (also published asopencode-lorelegacy alias)@loreai/pi— Pi coding-agent extension
Install
npm install @loreai/core
# or
bun add @loreai/coreYou only need to install this directly if you're building a new adapter. End users install one of the host packages above.
Documentation
Full architecture, benchmarks, and rationale: github.com/BYK/loreai
License
MIT — see LICENSE.
