get_config_path
Function
This function is defined in the loader module.Get the path to the config file if it exists.
Signature
Returns
Path to config file, or None if not found
Source
View on GitHub
praisonaiagents/config/loader.py at line 553get_config_path: Get the path to the config file if it exists.
This function is defined in the loader module.Get the path to the config file if it exists.
def get_config_path() -> Optional[Path]
praisonaiagents/config/loader.py at line 553