hippox 0.3.4

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