astrid 0.8.0

Command-line interface for Astrid secure agent runtime
1
2
3
4
5
6
7
8
9
10
11
//! Capsule management commands - install, list, and inspect capsules.

pub(crate) mod config;
pub(crate) mod deps;
pub(crate) mod install;
pub(crate) mod install_prompts;
pub(crate) mod install_update;
pub(crate) mod list;
pub(crate) mod meta;
pub(crate) mod remove;
pub(crate) mod show;