Skip to main content

activate

Method
This is a method of the SkillLoader class in the loader module.
Activate a skill by loading its full instructions (Level 2).

Signature

Parameters

LoadedSkill
required
LoadedSkill instance to activate

Returns

bool
True if activation succeeded

Uses

  • find_skill_md
  • skill_md.read_text
  • parse_frontmatter

Used By

Source

View on GitHub

praisonaiagents/skills/loader.py at line 92