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
7
8
9
10
diesel::table! {
    inbox_item_states (id) {
        id -> Integer,
        user_id -> Text,
        origin_ref -> Text,
        status -> Text,
        created_at -> BigInt,
        updated_at -> BigInt,
    }
}