ai-agent 0.13.4

Idiomatic agent sdk inspired by the claude code source leak
Documentation
1
2
3
4
5
6
7
pub fn get_api_base_url() -> String {
    "https://api.anthropic.com".to_string()
}

pub fn get_api_version() -> String {
    "2023-06-01".to_string()
}