Skip to main content

get_config_path

Function
This function is defined in the loader module.
Get the path to the config file if it exists.

Signature

def get_config_path() -> Optional[Path]

Returns

Returns
Optional[Path]
Path to config file, or None if not found

Source

View on GitHub

praisonaiagents/config/loader.py at line 553