CLI
The LearnLoop CLI (learnloop or ll) is a Rust-based tool that talks to both the central LearnLoop API and individual Glow instances.
Features
- Login — OAuth authentication with the LearnLoop platform
- Network — Connectivity checks and airgapped mode detection
- Ledger — Hash-based audit trail verification
- Glow — Manage personas, agents, and artifacts on a Glow instance
Quick Start
cargo build --release
export LEARNLOOP_LICENSE_KEY=your-key
learnloop glow personas listLast updated on