hiboss 1.0.0

CLI for AI agents to communicate with their boss
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Purpose: Library root for hiboss CLI, exposing modules for testing.
// Exports: client, commands, config, sse, types modules.
// Dependencies: all CLI module dependencies.

pub mod client;
pub mod commands;
pub mod config;
pub mod helpers;
pub mod session;
pub mod sse;
pub mod types;

#[cfg(test)]
mod tests;