Round 123

Round UUID: 54128830-df5b-4b88-a740-ada5ba7bb2b2

Prompt:

You are tasked with identifying whether an entity is a DoubleAgent or Loyal based on two attributes: SecretHandshakeQuality and AccentThickness.

Apply these rules in order:

1. If SecretHandshakeQuality >= 70 AND AccentThickness < 35, classify as DoubleAgent
2. If AccentThickness >= 35, classify as Loyal
3. If SecretHandshakeQuality >= 65 AND AccentThickness < 30, classify as DoubleAgent
4. Otherwise, classify as Loyal

Respond with only "DoubleAgent" or "Loyal".