Skip to main content

list_archived_skills

Method
This is a method of the SkillManager class in the manager module.
List the names of skills currently in the archive store.

Signature

Returns

List[str]
The result of the operation.

Uses

  • archive_dir.exists
  • archive_dir.iterdir
  • p.is_dir

Source

View on GitHub

praisonaiagents/skills/manager.py at line 997

Skills Concept

Skills Feature