ai-agent 0.13.4

Idiomatic agent sdk inspired by the claude code source leak
Documentation
1
2
3
pub fn exec_sync_wrapper(_command: &str, _args: Vec<String>) -> Result<String, String> {
    Err("Not implemented".to_string())
}