Magi Agent: a terminal AI assistant in Rust with sandboxed tool execution, OAuth login, and encrypted local memory (authenticated encryption with error-correcting FEC via the cryptovault crate).
// Author: Julian Bolivar
// Version: 1.0.0
// Date: 2026-07-14
#![forbid(unsafe_code)]//! Biblioteca de magi-rs: expone los subsistemas `vault` y `headless` para
//! fuzzing, cobertura y tests, además del binario `main.rs`.
pubmodheadless;pubmodvault;