Liking cljdoc? Tell your friends :D

dobby.impl.agent


close!clj

(close! agent)
source

contextclj

(context agent)
source

create-agentclj

(create-agent initial-prompt on-message)
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

send-messageclj

(send-message agent message)
source

send-textclj

(send-text agent text)
source

start-agent!clj

(start-agent! agent log)
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