name

expect abstract val name: String(source)

The name of the AI agent strategy.

This property provides a human-readable identifier for the strategy, which can be used for logging, debugging, or distinguishing between multiple strategies within the system.

actual abstract val name: String(source)
actual abstract val name: String(source)