Module config_init

Module config_init 

Source
Expand description

Configuration loading and agent registry initialization.

This module handles:

  • Loading configuration from the unified config file (~/.config/ralph-workflow.toml)
  • Applying environment variable and CLI overrides
  • Selecting default agents from fallback chains
  • Loading agent registry data from unified config

Structs§

ConfigInitResult
Result of configuration initialization.

Functions§

initialize_config
Initializes configuration and agent registry.