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