Harness-Model Protocol Analysis Analyzes the interface layer between agent frameworks (harness) and language models. This skill examines the wire protocol , message encoding , and agentic primitives that enable tool-augmented conversation. Distinction from tool-interface-analysis | tool-interface-analysis | harness-model-protocol | |------------------------|------------------------| | How tools are registered and discovered | How tool calls are encoded on the wire | | Schema generation (Pydantic → JSON Schema) | Schema transmission to LLM API | | Error feedback patterns | Response parsing and…