butterfly-bot 0.8.0

Butterfly Bot is an opinionated personal-ops AI assistant built for people who want results, not setup overhead.
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone)]
pub struct AIAgent {
    pub name: String,
    pub instructions: String,
    pub specialization: String,
}