# Reflex Path Tests that trivial social messages skip Thinker entirely and get fast responses via Output only. ## Setup - clear history ## Steps ### 1. Greeting triggers reflex - send: hey! - expect_response: length > 2 - expect_trace: has reflex_path ### 2. Thanks triggers reflex - send: thanks - expect_response: length > 2 - expect_trace: has reflex_path ### 3. Complex request does NOT trigger reflex - send: explain how neural networks work in detail - expect_response: length > 20 - expect_trace: input.analysis.intent is "question" or "request" - expect_trace: has decided