objectiveai-cli-sdk 2.0.5

Library surface for objectiveai-cli: structured JSON Lines output types.
Documentation
mod notification;

pub use notification::*;

// Shared / multi-command wire shapes.
mod ack;
mod cleared;
mod instructions;
mod items;
mod jq;
mod log_content;
mod log_stream_ready;
mod plugins;
mod published;
mod schema;
mod value;

// Command-specific wire shapes (subpaths mirror objectiveai-cli/src/).
pub mod agents;
pub mod api;
pub mod functions;
pub mod laboratories;
pub mod swarms;

pub use ack::*;
pub use cleared::*;
pub use instructions::*;
pub use items::*;
pub use jq::*;
pub use log_content::*;
pub use log_stream_ready::*;
pub use plugins::*;
pub use published::*;
pub use schema::*;
pub use value::*;

pub use agents::*;
pub use api::*;
pub use functions::*;
pub use laboratories::*;
pub use swarms::*;