Skip to main content

get_instructions

Method
This is a method of the SkillManager class in the manager module.
Get instructions for a skill, activating if needed.

Signature

Parameters

str
required
Skill name

Returns

Optional[str]
Skill instructions or None if not found

Uses

  • get_skill
  • activate

Source

View on GitHub

praisonaiagents/skills/manager.py at line 594