Skip to main content

initialize_memory

Method
This is a method of the Task class in the task module.
Initialize memory if config exists but memory doesn’t

Signature

def initialize_memory() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • logger.info
  • Memory
  • exists
  • logger.error
  • logger.exception

Used By

Source

View on GitHub

praisonaiagents/task/task.py at line 499