rtb-chat — standalone module (formerly rtb-ai)¶
rtb-ai was extracted from this monorepo into the
phpboyscout Rust toolkit (Wave 4 of the
multi-repo decomposition)
and renamed to rtb-chat on the way out — a deliberate pre-1.0
name convergence with Go Tool Base's chat module (strategy decision
D4). The API and behaviour are unchanged; imports move from
rtb_ai:: to rtb_chat::, and the umbrella crate's feature and
re-export are now chat / rtb::chat (previously ai / rtb::ai).
- Docs: https://chat.rust.phpboyscout.uk
- API reference: https://docs.rs/rtb-chat
- Source: https://gitlab.com/phpboyscout/rust/chat
Its design records remain in this repo's
spec series under the rtb-ai name.