Skip to main content

initialize_memory_async

AsyncMethod
This is a method of the Task class in the task module.
Async-safe memory initialization with asyncio coordination

Signature

Returns

Any
The result of the operation.

Uses

  • asyncio.Lock
  • Memory
  • logger.info
  • asyncio.to_thread
  • exists
  • logger.error
  • logger.exception

Used By

Source

View on GitHub

praisonaiagents/task/task.py at line 586

Memory Concept

Memory Overview

Memory Configuration

Session Resume

Async Feature