Enum LoopType
Classification of the loop pattern detected.
public enum LoopType
Fields
CrossAgentPingPong = 4Two agents bouncing work between each other.
ExactRepetition = 1Same tool called with identical arguments repeatedly.
NoProgressOutput = 2Tool producing the same output with no progress.
None = 0PingPong = 3Two tools alternating back and forth.