lantern 0.2.3

Local-first, provenance-aware semantic search for agent activity
Documentation
//! Lantern: local-first memory engine for agent activity.
//!
//! The library is split into small modules so the CLI can be a thin wrapper
//! and tests can exercise each concern independently.

pub mod chunk;
pub mod cli;
pub mod compact;
pub mod diff;
pub mod embed;
pub mod export;
pub mod feedback;
pub mod forget;
pub mod ignore;
pub mod ingest;
pub mod inspect;
pub mod jsonl;
pub mod mcp;
pub mod reindex;
pub mod search;
pub mod show;
pub mod stash;
pub mod store;