karen.SkillManager
Translates text commands into skill results.
__init__(self, brain_obj=None, skill_folder=None)
special
Skill Manager Initialization
Parameters: |
|
---|
initialize(self)
Loads all skills into memory for referencing as required.
parseInput(self, text)
Parses inbound text leveraging skills and fallbacks to produce a response if possible.
Parameters: |
|
---|
Returns: |
|
---|
stop(self)
Calls the stop method of all opened skills to close any daemon processes opened.
Returns: |
|
---|