elph-agent 0.0.18

Agent runtime for Elph coding assistant
Documentation
1
2
3
4
5
#[test]
fn crate_compiles_and_links() {
    // Verify the crate is reachable and compiles
    assert!(std::any::type_name_of_val(&()).contains("()"));
}