AgentLoopConfig class
Tuning parameters for AgentLoopController.
Constructors
Properties
- emitEvents → bool
-
Whether to emit AgentLoopEvents to
eventsstream.final - enableReflection → bool
-
Whether to run a self-reflection pass periodically.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iterationDelay → Duration
-
Optional artificial delay between iterations (useful for demos / UIs).
final
- maxConsecutiveErrors → int
-
How many consecutive errors before the loop hard-stops.
final
- maxMemoryRetrievals → int
-
How many memory entries to retrieve per cycle.
final
- maxObservationsPerCycle → int
-
How many observations to keep per context window.
final
- reflectionIntervalIterations → int
-
How many iterations between self-reflection invocations.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited