Skip to main content

load

Method
This is a method of the SkillLoader class in the loader module.
Convenience method to load a skill.

Signature

Parameters

str
required
Path to skill directory
bool
default:"False"
Whether to also load instructions

Returns

Optional[LoadedSkill]
LoadedSkill or None if invalid

Uses

  • cls
  • loader.load_metadata
  • loader.activate

Used By

Source

View on GitHub

praisonaiagents/skills/loader.py at line 221