AgentGraphGenerator

class AgentGraphGenerator(agentLoader: AgentLoader)

Utility class for generating Graphviz DOT representations of agent structures.

Parameters

agentLoader

The agent loader to use for loading agents.

Constructors

Link copied to clipboard
constructor(agentLoader: AgentLoader)

Types

Link copied to clipboard
object Colors

Functions

Link copied to clipboard
fun generateGraph(rootAgent: BaseAgent, highlightPairs: List<Pair<String, String>>): String
fun generateGraph(agentName: String, highlightPairs: List<Pair<String, String>> = emptyList()): String

Generates a Graphviz DOT representation of the agent structure.