Function askitty::cli::run

source ·
pub async fn run<L, I>(
    config: Config,
    storage: impl Storage
) -> Result<(), Box<dyn Error>>
where L: LLM + 'static, I: IM + 'static,