Package-level declarations

Types

Link copied to clipboard
class LongTermMemory(retrievalSettings: RetrievalSettings? = null, ingestionSettings: IngestionSettings? = null)

Memory feature that incorporates persistent storage of memory records (documents) in vector databases.

Functions

Link copied to clipboard

Returns the LongTermMemory feature instance installed on this agent.

Link copied to clipboard
suspend fun <T> AIAgentContext.withLongTermMemory(action: suspend LongTermMemory.() -> T): T

Executes the given action in the context of the LongTermMemory feature installed on this agent.