paladin-llm 0.4.1

LLM provider adapters for the Paladin framework — OpenAI, Anthropic, DeepSeek, and mock
Documentation
1
2
3
4
5
6
7
//! Anthropic Claude LLM provider module.

pub mod adapter;
#[cfg(feature = "vision")]
pub mod vision;

pub use adapter::{AnthropicAdapter, AnthropicConfig};