Package-level declarations

Types

Link copied to clipboard
interface LLMMemory
Link copied to clipboard
class LLMMemoryId : AbstractValue<UUID>

Functions

Link copied to clipboard
Link copied to clipboard
fun LLMMemory.Companion.Storage(storage: Storage<List<Message>>, id: () -> LLMMemoryId = { LLMMemoryId.random() }): LLMMemory