LICENSE
README.md
pyproject.toml
./src/ai_core.py
./src/config.py
./src/explanation_window.py
./src/groq_client.py
./src/hidden_notes.py
./src/ipc_utils.py
./src/logger_setup.py
./src/main.py
./src/mcq_handlers.py
./src/openrouter_client.py
./src/prompts.py
./src/settings_manager.py
./src/settings_panel.py
./src/state.py
./src/subjective_handlers.py
./src/typing_handler.py
./src/utils.py
./src/worker.py
lulu_ai.egg-info/PKG-INFO
lulu_ai.egg-info/SOURCES.txt
lulu_ai.egg-info/dependency_links.txt
lulu_ai.egg-info/entry_points.txt
lulu_ai.egg-info/requires.txt
lulu_ai.egg-info/top_level.txt
src/ai_core.py
src/config.py
src/explanation_window.py
src/groq_client.py
src/hidden_notes.py
src/ipc_utils.py
src/logger_setup.py
src/main.py
src/mcq_handlers.py
src/openrouter_client.py
src/prompts.py
src/settings_manager.py
src/settings_panel.py
src/state.py
src/subjective_handlers.py
src/typing_handler.py
src/utils.py
src/worker.py
tests/test_ai_core.py
tests/test_classification_bug.py
tests/test_groq_client.py
tests/test_mcq_handlers.py
tests/test_openrouter_client.py
tests/test_settings.py
tests/test_settings_manager.py
tests/test_state.py
tests/test_subjective_handlers.py
tests/test_utils.py