AIAgentState

class AIAgentState(iterations: Int = 0) : AutoCloseable(source)

Represents the state of an AI agent.

Constructors

Link copied to clipboard
constructor(iterations: Int = 0)

Properties

Link copied to clipboard

The running iteration counter of the agent's execution.

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard

Creates a copy of the current state.