Implemented
The working base is already here
The core model is not hypothetical. The hosted demo, local runtime, admin workflows, and collection architecture already exist as a working system.
Hosted demo
ImplementedThe public app already shows the main interaction: ask a question, search a bounded collection, and inspect the source behind the answer.
Open the demoLocal runtime
ImplementedThe same runtime can already run locally, including offline-oriented and Raspberry Pi deployments.
See hosted vs localLocal admin and ingestion
ImplementedSource creation, validation, translation workflows, PDF handling, and ZIM ingestion are already part of the public project.
Read local admin docsCollection and pack model
ImplementedThe knowledge layer is already separated from the runtime, which makes the current preparedness library reusable instead of one-off.
Read collections model