AIAgentError
data class AIAgentError(val message: String, val stackTrace: String, val cause: String? = null, val type: String? = null)(source)
Represents an error encountered by an AI agent, encapsulating error details.
This class provides essential information to understand and debug errors occurring during the execution of AI agent strategies, tools, or nodes.