localgpt 0.1.3

A local device focused AI assistant with persistent markdown memory, autonomous heartbeat tasks, and semantic search. Single binary, no runtime dependencies.
Documentation
1
2
3
4
5
mod turn_gate;
mod workspace_lock;

pub use turn_gate::TurnGate;
pub use workspace_lock::{WorkspaceLock, WorkspaceLockGuard};