1//! Bot CLI library exports.
2//!
3//! This crate provides the bot CLI runner and configuration types.
4//! The config module exports types used by both the CLI and schema generation.
56pub mod config;
78// Re-export commonly used types
9pub use config::BotConfig;