objectiveai-cli 2.2.8

ObjectiveAI command-line interface and embeddable library
Documentation
mod child_io;
pub mod command;
pub mod context;
pub mod db;
pub mod error;
pub mod executor;
pub mod filesystem;
pub mod plugin_path;
mod podman;
mod python;
mod python_wasm;
pub mod retrieve;
mod source_resolver;
mod spawn;
pub mod viewer_client;
pub(crate) mod websockets;

#[cfg(test)]
mod python_tests;

mod run;

pub use run::*;