Skip to main content

Module protocol

Module protocol 

Source
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.