Expand description
Loop detection for agent outputs — prevents repetitive/stuck agents. Loop detection for ARES agents.
Detects when an agent is producing repetitive outputs and intervenes to break the loop. Uses a sliding window of recent outputs with similarity hashing.
Structs§
- Loop
Detector - Tracks agent outputs and detects repetitive loops.
- Loop
Detector Config - Configuration for loop detection.
Enums§
- Loop
Action - Actions to take when a loop is detected.
- Loop
Status - Result of checking an output for loops.