chabeau 0.7.1

A full-screen terminal chat interface that connects to various AI APIs for real-time conversations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod cache;
pub mod card;
pub mod import;
pub mod loader;
pub mod png_text;
pub mod service;

#[cfg(test)]
mod test_helpers;
#[cfg(test)]
mod tests_integration;

// Re-exports for internal module use
pub use card::CharacterCard;
#[cfg(test)]
pub use card::CharacterData;
pub use service::CharacterService;