Skip to content

CircleDetectorOptions

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/autonomous/circle-detector.ts

Circle/Loop Detector

Detects when an agent gets stuck in repetitive cycles: editing the same files without progress, running the same failing commands, or alternating between approaches.

Standalone class, consumed by AutonomousTurnHook. Called every turn with O(windowSize) cost.

Properties

PropertyType
windowSizenumber
minTurnsBeforeDetectionnumber
signatureRepetitionThresholdnumber
fileRepetitionThresholdnumber
testStagnationCountnumber

Was this page helpful?

Download as PDF