stynx-code-provider 3.6.1

Anthropic API provider with SSE streaming
Documentation
1
2
3
4
5
6
7
pub mod anthropic_provider;
pub mod openai_provider;
mod request_builder;
pub mod sse_parser;

pub use anthropic_provider::AnthropicProvider;
pub use openai_provider::OpenAiProvider;