bzzz-cli 0.1.0

Bzzz CLI - Command line interface for Agent orchestration
1
2
3
4
5
6
7
8
9
10
11
12
//! CLI commands

pub mod init;
pub mod inspect;
pub mod list;
pub mod output;
pub mod run;
pub mod serve;
pub mod spawn;
pub mod status;
pub mod stop;
pub mod validate;