loadAll

open suspend override fun loadAll(subject: MemorySubject, scope: MemoryScope): List<Fact>(source)

Retrieves all facts within a specific context. This operation is useful for:

  • Building comprehensive context understanding

  • Memory analysis and debugging

  • Data migration between storage backends

Return

All available facts in the context

Parameters

subject

Context to retrieve from

scope

Visibility boundary to consider