Expand description
LLM provider abstraction layer.
Implements defect_core::llm::LlmProvider for Anthropic and OpenAI.
Architecture: protocol layer + vendor layer.
Modules§
- protocol
- Protocol layer: bidirectional conversion between wire JSON and
defect_core::llminternal representations. - provider
- Vendor layer: implements
defect_core::llm::LlmProvider. - wire
- Codegen 出来的 wire 类型与 operation。