Perilaku should_shape/shape_messages tidak berubah, hanya sumber penghitungan token yang sekarang lewat context::tokens (tiktoken-rs) menggantikan heuristik char/3 bawaannya sendiri.
7 lines
177 B
Rust
7 lines
177 B
Rust
//! Runtime layer: action dispatch, slash commands, short-send handling,
|
|
//! and the LLM streaming pipeline.
|
|
pub mod actions;
|
|
pub mod commands;
|
|
pub mod context;
|
|
pub mod stream;
|