Liking cljdoc? Tell your friends :D

dobby.agent


append!clj

(append! started-agent message)

Append a message to the agent's context log.

Append a message to the agent's context log.
sourceraw docstring

context-lengthclj

(context-length started-agent)
source

create-function-mapclj

(create-function-map functions)
source

defagentcljmacro

(defagent name prompt & rest)
source

define-agentclj

(define-agent initial-prompt init functions)

Defines the template from which a started agent is created

Defines the template from which a started agent is created
sourceraw docstring

define-functionclj

(define-function schema-name description schema fn-2)
source

defunctioncljmacro

(defunction name description schema args & body)
source

get-contextclj

(get-context started-agent)
source

send-message!clj

(send-message! started-agent message)
source

start!clj

(start! agent log model)
(start! agent id log model)

Initialize agents

Initialize agents
sourceraw docstring

stop!clj

(stop! started-agent)
source

streamcljmacro

(stream started-agent bindings & body)
source

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

× close