Add mvp-system/src/mvp_chat.rs with a run_from_args entrypoint wiring swactor runtime, dashboard, chat datastream, and a PromptLoop. Add a mock integration test; refresh mvp-chat and MVP_SYSTEM specs. Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
3 lines
98 B
Rust
3 lines
98 B
Rust
fn main() {
|
|
mvp_system::mvp_chat::run_from_args(std::env::args().skip(1)).expect("failed");
|
|
}
|