axonflow-sdk-rust 0.3.1

Rust SDK for the AxonFlow AI governance platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod anthropic;
pub mod openai;

pub use anthropic::{
    AnthropicContent, AnthropicMessage, AnthropicMessageCreator, AnthropicRequest,
    AnthropicResponse, AnthropicUsage, WrappedAnthropicClient,
};
pub use openai::{
    ChatCompletionChoice, ChatCompletionRequest, ChatCompletionResponse, ChatMessage,
    OpenAIChatCompleter, Usage, WrappedOpenAIClient,
};