Liking cljdoc? Tell your friends :D

io.kosong.adk.web.agent-graph

Utility namespace to generate Graphviz DOT representations of Agent structures.

Utility namespace to generate Graphviz DOT representations of Agent structures.
raw docstring

get-agent-graph-dot-sourceclj

(get-agent-graph-dot-source root-agent highlight-pairs)

Generates the DOT source string for the agent graph.

Args: root-agent: The root agent of the structure highlight-pairs: A sequence of 2-element vectors [from-node to-node] representing edges to highlight. Order matters for direction.

Returns: The DOT source string, or nil if graph generation fails.

Generates the DOT source string for the agent graph.

Args:
  root-agent: The root agent of the structure
  highlight-pairs: A sequence of 2-element vectors [from-node to-node]
                   representing edges to highlight. Order matters for direction.

Returns:
  The DOT source string, or nil if graph generation fails.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close