votee-wordle-solver/ ├── main.py ├── agent.py ├── votee_client.py ├── conftest.py ├── wordle_logic.py ├── words.txt ├── requirements.txt ├── WORDLIST_LICENSE.txt └── tests/ ├── test_agent.py └── ...