magi-rs 0.10.0

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).
Documentation
1
2
3
4
5
6
7
8
// 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`.
pub mod headless;
pub mod vault;