MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / install_static_skills

Function install_static_skills

crates/openshell-supervisor-process/src/skills.rs:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28pub fn install_static_skills() -> Result<InstalledSkills> {
29 install_static_skills_at(Path::new("/"))
30}
31
32fn install_static_skills_at(root: &Path) -> Result<InstalledSkills> {
33 let skills_dir = root.join(SKILLS_RELATIVE_DIR);

Callers 2

run_policy_poll_loopFunction · 0.85

Calls 1

install_static_skills_atFunction · 0.85

Tested by

no test coverage detected