A local device focused AI assistant with persistent markdown memory, autonomous heartbeat tasks, and semantic search. Single binary, no runtime dependencies.
//! Centralized security module for LocalGPT.
//!//! See [`localgpt`] for the module overview, architecture diagram,
//! and public API documentation.
modaudit;modlocalgpt;modpolicy;modprotected_files;modsigning;modsuffix;// The localgpt.rs facade controls the entire public API surface.
pubuseself::localgpt::*;