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