Shell Model Encryption Demo
Demonstrates encrypted and unencrypted model formats in aprender-shell.
Overview
This example shows:
- Creating and training a shell completion model
- Saving as unencrypted
.aprfile - Saving as encrypted
.aprfile (AES-256-GCM with Argon2id)
Running
cargo run --example shell_encryption_demo --features format-encryption
Code
See examples/shell_encryption_demo.rs for the full implementation.