vw-cli 0.2.7

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