(available-memories {system wkk/memory-system
recall-fn wkk/recall-function
recall-params wkk/recall-parameters}
messages)
(handle-recall memory-system recall-function context params)
Handle memory retrieval. Dispatch to retrieval method based on recall-function
.
In case of unspecified retrieval method or not initialized memory system
return context
as memories. Context
is current conversation message, generation prompt,
or anything else AI gen workflow is currently using.
Handle memory retrieval. Dispatch to retrieval method based on `recall-function`. In case of unspecified retrieval method or not initialized memory system return `context` as memories. `Context` is current conversation message, generation prompt, or anything else AI gen workflow is currently using.
(cue-recall this params cue)
(forget this params)
(free-recall this params cue)
(remember this observation params)
(sequential-recall this params)
(volume this opts)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close