Expand description
Protocol layer: bidirectional conversion between wire JSON and defect_core::llm
internal representations.
This layer handles only encoding/decoding; it does not include transport, auth, or URL
templates. Each submodule corresponds to a defect_core::llm::ProtocolId.
Modulesยง
- anthropic_
messages - Anthropic Messages protocol encoding and decoding.
- deepseek_
chat - Compatibility layer for DeepSeek Chat Completions responses.
- openai_
chat - OpenAI Chat Completions protocol encoding and decoding.