Spaces:
Runtime error
Runtime error
File size: 458 Bytes
5f43c7d | 1 2 3 4 5 6 7 8 9 | """Narrator — the ONLY component that calls a model. Built in Phase 3.
Translates the engine's deterministic output into plain English via a LOCAL model
(llama.cpp llama-server on port 12781). Suggests, never asserts (Non-negotiable #7):
proven value-flow -> causal language; proximity -> sequence language only; clean turn
-> say it's clean. Proven numbers come from the engine and MUST NOT move when the
model is swapped — only the prose changes.
"""
|