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

Class SkillNotFoundError

openkb/agent/skill_runner.py:43–44  ·  view source on GitHub ↗

Raised when the requested skill can't be located in any skill root.

Source from the content-addressed store, hash-verified

41
42
43class SkillNotFoundError(RuntimeError):
44 """Raised when the requested skill can't be located in any skill root."""
45
46
47@dataclass

Callers 4

missing_skillFunction · 0.90
fake_skillFunction · 0.90
missingFunction · 0.90
run_skillFunction · 0.85

Calls

no outgoing calls

Tested by 3

missing_skillFunction · 0.72
fake_skillFunction · 0.72
missingFunction · 0.72