malvin 0.2.4

Non-interactive research and coding agent
1
2
3
4
5
6
7
8
9
#[test]
fn kiss_witness_router_run_prep() {
    let _: Option<super::RouterRunPrep> = None;
    let _ = stringify!(client);
    let _ = stringify!(artifacts);
    let _ = stringify!(prompt_store);
    let _ = super::new_router_client;
    let _ = super::prepare_router_run;
}