StrategyEventGraphNode

data class StrategyEventGraphNode(val id: String, val name: String)(source)

Represents a node within an AI agent's processing graph.

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Properties

Link copied to clipboard
val id: String

The unique identifier of the node within the graph;

Link copied to clipboard

The descriptive name of the node.