doum-cli 0.3.2

AI-powered terminal assistant that helps you with command-line tasks.
Documentation
1
2
3
4
5
// LLM 관련 도구 모듈

pub mod executor;

pub use executor::{CommandOutput, execute_command};