Skip to main content

Module config

Module config 

Source
Expand description

User-facing configuration. Resolved from (precedence high → low):

  1. CLI flags
  2. environment variables prefixed with ONOSENDAI_
  3. TOML config file ($XDG_CONFIG_HOME/ono-sendai/config.toml)
  4. compiled-in defaults

The resolver lives in the binary crate; this module only declares the shape so that every other crate can reason about it.

Structs§

Config
LlmConfig
McpConfig
McpServerSpec
SandboxConfig
StoreConfig
TuiConfig