Liking cljdoc? Tell your friends :D

dobby.impl.agent


add-state-watchclj

(add-state-watch agent id fn-3)
source

contextclj

(context agent)
source

create-agentclj

(create-agent initial-prompt on-message)
(create-agent initial-prompt on-message dependencies)
source

defagentcljmacro

(defagent name prompt & rest)
source

defunctioncljmacro

(defunction name description schema args & body)
source

dispatchclj

(dispatch agent message)
source

invokeclj

(invoke agent arguments func)
(invoke agent arguments func name)
source

remove-state-watchclj

(remove-state-watch agent id)
source

send-messageclj

(send-message agent message)
source

send-textclj

(send-text agent text)
source

start-agent!clj

(start-agent! agent)
(start-agent! agent log)
source

stateclj

(state agent)
source

stop-agent!clj

(stop-agent! agent)
source

stream-chatclj

(stream-chat agent fn-1)
source

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

× close