[`agentic_crew.utils.files`](#module-agentic_crew.utils.files)
Module Contents
Section titled “Module Contents”Functions
Section titled “Functions”load_config | Loads a YAML configuration file. |
|---|
agentic_crew.utils.files.load_config(path: pathlib.Path | str) → dict
Section titled “agentic_crew.utils.files.load_config(path: pathlib.Path | str) → dict”Loads a YAML configuration file.
Args: path: The path to the YAML file.
Returns: A dictionary containing the configuration.