Liking cljdoc? Tell your friends :D

bosquet.memory.memory


available-memoriesclj

(available-memories {system wkk/memory-system
                     recall-fn wkk/recall-function
                     recall-params wkk/recall-parameters}
                    messages)

handle-recallclj

(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.
raw docstring

Memorycljprotocol

cue-recallclj

(cue-recall this params cue)

forgetclj

(forget this params)

free-recallclj

(free-recall this params cue)

rememberclj

(remember this observation params)

sequential-recallclj

(sequential-recall this params)

volumeclj

(volume this opts)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close