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

Function _load

tests/test_deck_prompt.py:19–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def _load() -> tuple[dict, str]:
20 return _parse_frontmatter(SKILL_MD.read_text(encoding="utf-8"))
21
22
23def test_skill_file_present_and_substantive():

Calls 1

_parse_frontmatterFunction · 0.90

Tested by

no test coverage detected