A terminal AI chat written in Rust: local models via llama.cpp or OpenAI, Anthropic, Gemini and Grok in the cloud, with persistent memory, notes, RAG and tools.
//! Anthropic (Claude) inference backend — a separate Messages API protocol
//! (`/v1/messages`). Implements [`EngineBackend`](super::contract::EngineBackend)
//! via [`AnthropicClient`]. See ADR 0004, Phase 2.
pubmodclient;modwire;pub(crate)useclient::ANTHROPIC_VERSION;pubuseclient::AnthropicClient;