This repo ships with a bundled local exemplar baseline so first run works immediately.
When your flagship GGUF is ready, switch the runtime in one step:
scripts/operator/register_gguf_runtime.sh --gguf /absolute/path/to/model.gguf --binary /absolute/path/to/llama-cliOr use a final self-contained executable:
scripts/operator/register_gguf_runtime.sh --llamafile /absolute/path/to/model.llamafileWhat this changes:
- sets
COGNITION_RUNTIME_ADAPTER=command - sets
COGNITION_MODEL_PATHwhen using GGUF + binary - sets
COGNITION_COMMAND_TEMPLATE - preserves timeout settings
After switching:
scripts/operator/runtime_status.sh
scripts/operator/run_local_prompt.sh "hello"
scripts/operator/benchmark_local_model.shThe user-facing product story remains:
Browser-based interface, local native GGUF execution, no server required.