objectiveai-cli 2.0.5

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