agent/loop/agent_loop library

Classes

AgentLoopConfig
Tuning parameters for AgentLoopController.
AgentLoopController
Runs the autonomous agent loop for a given AgentGoal.
AgentLoopEvent
An event emitted on the AgentLoopController.events stream.
EnvironmentAdapter
Pluggable interface for reading new observations from the environment.
MockEnvironmentAdapter
A programmable EnvironmentAdapter for testing.
NullEnvironmentAdapter
A no-op EnvironmentAdapter that never yields new observations.
SelfReflectionStub
Minimal interface that AgentLoopController calls during the reflection step. The full implementation lives in lib/agent/reflection/self_reflection.dart.

Enums

AgentLoopEventType
Type of event emitted by the agent loop.