generate

abstract fun generate(graph: AIAgentGraphStrategy<*, *>): String(source)

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

Return

A string representation of the diagram generated from the given graph strategy.

Parameters

graph

The AI agent graph strategy to be translated into a diagram format. This strategy consists of interconnected nodes defining the workflow of an AI agent.