AgentLoopConfig constructor
const
AgentLoopConfig({})
Implementation
const AgentLoopConfig({
this.maxObservationsPerCycle = 5,
this.maxMemoryRetrievals = 8,
this.iterationDelay = Duration.zero,
this.enableReflection = true,
this.reflectionIntervalIterations = 3,
this.maxConsecutiveErrors = 3,
this.emitEvents = true,
});