Skip to main content

Architecture

Layers

The orchestrator receives a question, classifies intent, dispatches retrieval, and composes an answer from what came back.

Data flow

Question, intent classification, retrieval fan-out, verification, composition, response.

Failure behaviour

A failed retrieval degrades the answer rather than the request. Missing evidence produces a narrower verdict, not an error page.