Skip to main content

add_skill_by_name

Method
This is a method of the SkillManager class in the manager module.
Add a single skill resolved by name (not path). Searches the given/default skill directories for a skill whose name matches and loads it. Used to materialise bundle members, which are referenced by name. Forgiving: returns None if no match is found.

Signature

Parameters

str
required
No description available.
Optional
No description available.
bool
default:"True"
No description available.

Returns

Optional[LoadedSkill]
The result of the operation.

Uses

  • discover_skills
  • add_skill

Used By

Source

View on GitHub

praisonaiagents/skills/manager.py at line 383

Skills Concept

Skills Feature