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

Function skills_root

openkb/skill/__init__.py:34–36  ·  view source on GitHub ↗

`` /output/skills`` — the directory holding every compiled skill.

(kb_dir: Path)

Source from the content-addressed store, hash-verified

32
33
34def skills_root(kb_dir: Path) -> Path:
35 """``<kb>/output/skills`` — the directory holding every compiled skill."""
36 return kb_dir / "output" / "skills"
37
38
39def skill_dir(kb_dir: Path, skill_name: str) -> Path:

Callers 4

skill_validateFunction · 0.90
_list_skill_dirsFunction · 0.90
skill_dirFunction · 0.85
skill_workspace_dirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected