pub fn load_merged(local_dir: &Path) -> Result<LoadedAgenticConfig>Expand description
Load and merge configuration from global and local files.
ยงPrecedence (lowest to highest)
- Default values
- Global config (
~/.config/agentic/agentic.toml) - Local config (
./agentic.toml) - Environment variables