DiagramGenerator

Provides functionality to generate diagram representations of AI agent strategies configured as graphs. Implementations of this interface are responsible for translating an AIAgentGraphStrategy into a textual or visual format suitable for understanding and visualization of agent workflows.

Inheritors

Functions

Link copied to clipboard
abstract fun generate(graph: AIAgentGraphStrategy<*, *>): String

Generates a diagram representation of the provided AI agent graph strategy.