Skip to main content

Module router_config

Module router_config 

Source
Expand description

Router configuration loading for oxicode-store.

Reads the [router] section from global and project settings.toml and merges them (project overrides global).

Structs§

RoutedTierConfig
RouterConfig
Fully resolved router config with all required fields.
RouterConfigFile
TOML representation of the router config section.
RouterProfile
ScoringWeights

Functions§

load_router_config
Load router config from global and project settings directories. Returns None if no router config is found in either file.