squigit-brain 0.1.0

Gemini attachment preparation and title generation for Squigit
Documentation
1
2
3
4
5
6
7
8
9
// Copyright 2026 a7mddra
// SPDX-License-Identifier: Apache-2.0

pub mod attachments;
pub mod commands;
pub(crate) mod fallback;
pub mod models;
pub(crate) mod request_log;
pub(crate) mod transport;