avocado-cli 2.2.0

CLI tool for AvocadoDB - deterministic context compilation for AI agents
1
2
3
4
5
6
7
8
9
10

//! CLI command implementations

pub mod benchmark;
pub mod recommend;
pub mod session;

pub use benchmark::run_benchmark;
pub use recommend::recommend_model;
pub use session::{handle_session_command, SessionCommands};