activate
Method
This is a method of the SkillActivationProtocol class in the activation module.Activate a skill and return its rendered body.
Signature
Parameters
str
required
Name of the skill to activate
str
default:"''"
Arguments to substitute in the skill body
Optional[str]
Optional session identifier for context
Returns
str
Rendered skill body with arguments substituted
Exceptions
ValueError
ValueError
If skill is not found or not user-invocable
Used By
SkillLoader.loadSkillManager.activateSkillManager.activate_by_nameSkillManager.invokeSkillManager.get_instructions
Source
View on GitHub
praisonaiagents/skills/activation.py at line 15
