claude-agent 0.2.25

Rust SDK for building AI agents with Anthropic's Claude - Direct API, no CLI dependency
Documentation
1
2
3
4
5
//! Shared serde default value functions.

pub fn default_true() -> bool {
    true
}