get_allowed_tools
Method
This is a method of the SkillManager class in the manager module.Return the
allowed-tools list for a skill as a list of names.
Accepts either a YAML list or a whitespace-separated string (Claude
Code accepts both forms). Unknown skill -> [].
Signature
Parameters
str
required
No description available.
Returns
List[str]
The result of the operation.
Uses
get_skill
Source
View on GitHub
praisonaiagents/skills/manager.py at line 512
