Expand description
Doom loop detection for agent runs.
Detects when an agent is stuck in repetitive tool call patterns:
- Consecutive duplicate tool calls (same tool, same arguments)
- Cyclic patterns (repeating sequences of tool calls)
Structs§
- Doom
Loop Config - Configuration for doom loop detection.
- Doom
Loop Detector - Detects doom loops in agent tool call sequences.
- Tool
Call Fingerprint - A fingerprint representing a unique tool call.
Enums§
- Doom
Loop Type - The type of doom loop detected.