Utility namespace to generate Graphviz DOT representations of Agent structures.
Utility namespace to generate Graphviz DOT representations of Agent structures.
(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.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |