magi-rs 0.1.2

Magi Agent: a terminal AI assistant in Rust with sandboxed tool execution, OAuth login, and encrypted local memory (Argon2 + AES-256-GCM-SIV + Reed-Solomon FEC).
1
2
3
4
5
6
7
//! This module provides abstractions for system-level operations.
pub mod database;
pub mod fs;
pub mod git;
pub mod grep;
pub mod path_guard;
pub mod secrets;