Skip to main content

load_merged

Function load_merged 

Source
pub fn load_merged(local_dir: &Path) -> Result<LoadedAgenticConfig>
Expand description

Load and merge configuration from global and local files.

ยงPrecedence (lowest to highest)

  1. Default values
  2. Global config (~/.config/agentic/agentic.toml)
  3. Local config (./agentic.toml)
  4. Environment variables