diffscope 0.5.3

A composable code review engine with smart analysis, confidence scoring, and professional reporting
1
2
3
4
5
6
7
8
pub mod llm;
pub mod openai;
pub mod ollama;
pub mod anthropic;

pub use openai::OpenAIAdapter;
pub use ollama::OllamaAdapter;
pub use anthropic::AnthropicAdapter;