gitextract_x984fnsf/ ├── .gitattributes ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── alexa_led_pattern.py ├── apa102.py ├── chat.py ├── create_messages.py ├── deprecated/ │ └── smart_speaker.py ├── pi.py ├── requirements.txt ├── requirements_mac.txt ├── test_agent.py └── wake_words/ └── custom_model/ ├── Jeffers_Mac.ppn ├── Jeffers_Pi.ppn └── LICENSE.txt