# Fast 10 quick checks, ~1 minute. Validates core pipeline without deep domain tests. ## Setup - clear history ## Steps ### 1. Reflex - send: hi! - expect_response: length > 2 ### 2. German - send: Wie spaet ist es? - expect_response: length > 5 ### 3. Buttons - send: create two buttons: A and B - expect_actions: length >= 2 ### 4. DB - send: show me 3 customers - expect_trace: has tool_call - expect_response: length > 5 ### 5. Memorizer - send: my name is Nico - expect_state: facts any contains "Nico" ### 6. Machine - send: create a machine called "m" with initial state "s1" and a Go button - expect_trace: has tool_call create_machine ### 7. Tone - send: this is broken nothing works - expect_response: length > 10 ### 8. Counter - send: create a counter at 0 with +1 and -1 buttons - expect_actions: length >= 2 ### 9. Language switch - send: Hallo wie gehts? - expect_state: language is "de" or "mixed" ### 10. Bye - send: ok bye - expect_response: length > 2