Skip to main content

Module config

Module config 

Source
Expand description

Cognitora configuration.

A single TOML document describes every binary. Each daemon reads only the sections it needs; unknown keys are tolerated for forward compat.

Lookup order:

  1. Path passed on the command line.
  2. $CGN_CONFIG.
  3. /etc/cognitora/cognitora.toml.

Structs§

AdmissionConfig
AgentConfig
AuthConfig
AutoscalerConfig
CascadeConfig
ClusterConfig
Config
DisaggConfig
EngineConfig
Inference engine driver.
FederationConfig
KvConfig
LlamaCppEngineConfig
MetricsConfig
ModelConfig
RateLimitConfig
RouterConfig
ScoreWeights
SecurityConfig
SglangEngineConfig
SGLang launch knobs. SGLang is invoked as python -m sglang.launch_server and exposes an OpenAI-compatible HTTP surface on host:port. engine.url must point at this surface.
VllmEngineConfig

Enums§

EngineKind
KvOffload
Engine-side KV connector / offload backend.
KvTransport
LlamaCppMode
NodeRoleCfg
StateBackend