lunaris-memory
Lunaris agent memory engine — umbrella crate for the Lunaris agent memory engine.
Published as
lunaris-memory, imported aslunaris. The barelunarisname on crates.io belongs to an unrelated project, so the package name islunaris-memorywhile the library name stayslunaris— yourusestatements are unaffected.
This crate is the umbrella crate — re-exports the lunaris-core types, drives the ingest hot path via Lunaris::open and the scoped ScopedLunaris<'a> typestate, and bundles the default storage / embed / retrieve / extract / verify / consolidate wiring.
Use
which writes:
[]
= { = "lunaris-memory", = "0.6" }
use Lunaris;
See the Lunaris repository for the umbrella crate, the 10-minute quickstart, the architecture overview, and benchmarks.
License
Apache-2.0. See LICENSE.