rab-agent 0.1.0

rab is a lightweight, extensible, Rust-based coding agent.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod app;
pub mod chat_editor;
pub mod components;
pub mod footer;
pub mod help;
pub mod messages;
pub mod model_selector;
pub mod theme;
pub mod working;

pub use app::{App, AppConfig, run};
pub use theme::RabTheme;