Package-level declarations
Types
Link copied to clipboard
open class InMemoryRecordStorage(defaultNamespace: String = "default") : RetrievalStorage, IngestionStorage
In-memory implementation of ai.koog.agents.longtermmemory.retrieval.RetrievalStorage and ai.koog.agents.longtermmemory.ingestion.IngestionStorage that stores records in a map.