hippox 0.3.3

The most reliable AI agent.🦛
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone)]
pub struct ProcessResult {
    pub response: String,
    pub matched: bool,
    pub skill_name: Option<String>,
}