back

substrate and runners

Eidolon

runner lab for seeded, raw, and streaming local inference

Eidolon is the substrate and runner bench underneath Borganik. It ships a seeded Ollama runner, a direct GGUF path, and a rolling stream runner.

This is where determinism, entropy, and replay get tested instead of hand-waved.

deterministic runnerraw GGUF pathstream logsentropy ladder
ollama create eidolon/monad-hhq3.5-a -f /root/eidolon-monad-hhq3.5-a/Modelfile
/root/eidolon-monad-hhq3.5-a/run_monad.py "Explain the idea cleanly."
/root/eidolon-monad-hhq3.5-a/stream_monad.py --entropy-mode os-segment
raw path The raw runner talks directly to the local GGUF through patched llama.cpp.
stream mode Append-only plain text and JSONL logs keep each segment auditable.
entropy modes deterministic, source-hash, os-run, os-segment, and hybrid each carry a different replay contract.