Skip to main content

validate_skill_capabilities

Method
This is a method of the SkillManager class in the manager module.
Validate a skill’s capability requirements.

Signature

Parameters

str
required
Name of the skill to validate
bool
default:"False"
If True, bypass cache and re-validate

Returns

ValidationResult
ValidationResult with capability status

Exceptions

If skill not found

Uses

  • get_skill
  • ValueError
  • validate_skill

Used By

Source

View on GitHub

praisonaiagents/skills/manager.py at line 1310

Skills Concept

Skills Feature