stynx-code-provider 3.6.1

Anthropic API provider with SSE streaming
Documentation
1
2
3
4
5
6
7
pub mod domain;
pub mod application;
pub mod infrastructure;

pub use infrastructure::AnthropicProvider;
pub use infrastructure::OpenAiProvider;
pub use infrastructure::anthropic_provider::{Utilization, RateLimit, ExtraUsage};