Expand description
Persisted inference backend preference (Local / Remote / Hybrid / Ollama).
Local (GGUF in-process) is the primary Qualia engine. Ollama is an explicit opt-in harness for when native inference is not ready or the principal wants a local Ollama endpoint for chat / ETL prep.
Structs§
Functions§
- backend_
label - load_
inference_ backend_ settings - save_
inference_ backend_ settings - use_
ollama_ harness - True when chat should use the Ollama harness instead of LocalLlmAgent.