pepper.framework.component.brain module¶
-
class
pepper.framework.component.brain.
BrainComponent
(backend)[source]¶ Bases:
pepper.framework.abstract.component.AbstractComponent
Exposes the Brain (LongTermMemory) to Applications
Parameters: backend (AbstractBackend) – Application Backend -
brain
¶ Brain associated with Application
Returns: brain Return type: LongTermMemory
-