Round 234

Round UUID: c61aafb8-d33a-4100-a7af-949823e5f620

Prompt:

Given the following entity data, classify the entity as either 'DoubleAgent' or 'Loyal' based on these explicit, prioritized rules:

1. If AccentThickness is greater than 35, classify as Loyal.
2. If SecretHandshakeQuality is greater than or equal to 65 and AccentThickness is less than or equal to 32, classify as DoubleAgent.
3. If SecretHandshakeQuality is greater than or equal to 60 and AccentThickness is less than or equal to 20, classify as DoubleAgent.
4. If SecretHandshakeQuality is greater than or equal to 58 and AccentThickness is less than or equal to 15, classify as DoubleAgent.
5. In all other cases, classify as Loyal.

Entity Data:
    SecretHandshakeQuality: [value]
    AccentThickness: [value]

Classify as either 'DoubleAgent' or 'Loyal' and provide only the label.