name

lateinit var name: String(source)

The name of the AI agent node being built.

This property must be initialized before building the instance, as it serves as the unique identifier for the node within the agent's configuration. The name can be used to reference the node in the context of an AI agent's execution graph or strategy.

The name value directly influences the identification of the node in the agent's internal architecture and is essential for maintaining clarity and structure in complex configurations.