ConfigFromRAIConfigToml
relationalai.config.config
Load PyRel configuration from deprecated raiconfig.toml.
This config source is used by Config as a
fallback when no raiconfig.yaml / raiconfig.yml is found. The TOML file
is converted to the standard PyRel config shape via
convert_raiconfig_to_rai,
and a DeprecationWarning is emitted.
Prefer raiconfig.yaml / raiconfig.yml for new projects.