load

abstract suspend fun load(concept: Concept, subject: MemorySubject, scope: MemoryScope): List<Fact>(source)

Retrieves facts associated with a specific concept. This operation provides:

  • Direct concept-based knowledge retrieval

  • Context-aware fact filtering

  • Ordered fact list (typically by timestamp)

Return

List of matching facts, empty if none found

Parameters

concept

Knowledge category to retrieve

subject

Context to search within

scope

Visibility boundary to consider