saya-agent 0.2.0

Agentic LLM loop and OpenAI-compatible provider clients for SAYA CLI.
Documentation
1
2
3
pub(super) fn whitespace(value: &[u8]) -> bool {
    value.iter().all(u8::is_ascii_whitespace)
}