vw-cli 0.2.7

Rust-first autonomous agent runtime CLI
Documentation
1
2
3
4
5
#[test]
fn interactive_tests_module_is_loaded() {
    let path = String::from(module_path!());
    assert!(path.contains("tests"));
}