协议模块 - 公开标准协议
这个模块只包含业界公认的标准LLM API协议:
providers
注意:具体的服务提供商实现在 providers 模块中。
pub use openai::OpenAIProtocol;
pub use anthropic::AnthropicProtocol;