MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / load_global_config

Function load_global_config

openkb/config.py:264–266  ·  view source on GitHub ↗

Load the global config from ~/.config/openkb/global.yaml.

()

Source from the content-addressed store, hash-verified

262
263
264def load_global_config() -> dict[str, Any]:
265 """Load the global config from ~/.config/openkb/global.yaml."""
266 return _load_global_config_unlocked()
267
268
269def save_global_config(config: dict[str, Any]) -> None:

Callers 1

_find_kb_dirFunction · 0.90

Calls 1

Tested by

no test coverage detected