objectiveai-cli 2.0.11

ObjectiveAI command-line interface and embeddable library
mod inline_or_ref;
pub mod agent_ref;
pub mod favorite_ref;
pub mod path_ref;
mod config;
mod continuation;
pub mod error;
mod remote;
mod get;
mod list;
mod favorite;
mod publish;
mod python;
mod response_format;
mod api;
mod agents;
mod swarms;
mod functions;
mod viewer;
mod mcp;
mod spawn;
mod schemas;
mod laboratories;
mod instructions;
mod log_line;
mod log_stream;
mod logs;
mod plugins;
mod tools;
mod vector;
mod updater;

#[cfg(test)]
mod python_tests;

mod run;

pub use run::*;