What problem does it solve? Single-model AI reasoning can produce hallucination chains and unverified outputs. This Skill sets up Logos Router, a distributed reasoning gateway that fragments inference across local nodes and verifies every reasoning step through a Strict Write Discipline consensus protocol before committing it. ## Core Features & Use Cases - Zero-drift consensus: Cross-validates each reasoning step across peer nodes with configurable consensus thresholds and escalation to deeper reasoning when agreement fails. - Adaptive reasoning depth and multilingual routing: Automatically escalates complexity for hard problems and supports 16 languages with universal semantic representation. - Workflow orchestration and audit trails: Builds multi-step reasoning workflows with checkpoints, streaming steps, and a complete causal audit trail of every routing decision. - Use Case: Run a research paper analysis workflow that extracts claims, verifies them against literature with mandatory consensus, and synthesizes an academic summary, all on local infrastructure with VLLM, Ollama, or llama.cpp backends. ## Quick Start Install the router from source, create a basic_mesh.yaml config pointing at your local inference engines, then ask the AI to query the mesh with adaptive depth on a complex reasoning question.