objectiveai-cli 2.0.5

ObjectiveAI command-line interface and embeddable library
1
2
3
4
5
6
mod commands;
pub use commands::*;
mod create;
mod create_args;
pub mod logs;
pub mod instructions;