.flake8
.gitignore
API_KEY_DIALOG_FEATURE.md
CONTRIBUTING.md
Makefile
README.md
check_config.py
install.sh
make.bat
penguin-tamer.code-workspace
pyproject.toml
pytest.ini
requirements.txt
test_robot_mode.py
test_robot_queries.py
.github/workflows/build.yml
.github/workflows/tests.yml
docs/DEMO_MODE.md
docs/DEMO_MODE_QUICKSTART.md
docs/DEMO_ROBOT_MODE.md
docs/DEMO_TIMESTAMP_FEATURE.md
docs/DEMO_USER_ACTIONS.md
docs/LLM_PARAMETERS_GUIDE.md
docs/LLM_PARAMS_QUICK.md
docs/MENU_LOCALIZATION.md
docs/ROBOT_MODE_IMPLEMENTATION.md
docs/ROBOT_MODE_QUICK.md
docs/ROBOT_MODE_v1.1.0_CHANGELOG.md
docs/ROBOT_MODE_v1.2.0_CHANGELOG.md
docs/ROBOT_MODE_v1.3.0_CHANGELOG.md
docs/ROBOT_MODE_v1.4.0_CHANGELOG.md
docs/USER_CONTENT_GUIDE.md
docs/USER_CONTENT_LOCALIZATION.md
docs/img/en_img1.gif
docs/img/en_img2.gif
docs/img/en_intro.gif
docs/img/logo.png
docs/img/palette
docs/img/ru_img1.gif
docs/img/ru_intro.gif
docs/img/art/100_prc_free_banner.png
docs/img/art/art_girl_1.png
docs/img/art/art_girl_2.png
docs/img/art/art_girl_3.png
docs/img/art/art_girl_4.png
docs/img/art/art_journal.jpeg
docs/img/art/penguin_1.png
docs/img/art/penguin_10.jpeg
docs/img/art/penguin_2.png
docs/img/art/penguin_3.png
docs/img/art/penguin_4.jpeg
docs/img/art/penguin_5.jpeg
docs/img/art/penguin_6.png
docs/img/art/penguin_7.png
docs/img/art/penguin_8.png
docs/img/art/penguin_9.png
docs/locales/README_ru.md
src/penguin_tamer/__init__.py
src/penguin_tamer/__main__.py
src/penguin_tamer/arguments.py
src/penguin_tamer/cli.py
src/penguin_tamer/command_executor.py
src/penguin_tamer/config_manager.py
src/penguin_tamer/debug.py
src/penguin_tamer/default_config.yaml
src/penguin_tamer/demo_recorder.py
src/penguin_tamer/dialog_input.py
src/penguin_tamer/error_handlers.py
src/penguin_tamer/i18n.py
src/penguin_tamer/i18n_content.py
src/penguin_tamer/llm_client.py
src/penguin_tamer/logger.py
src/penguin_tamer/prompts.py
src/penguin_tamer/settings_overview.py
src/penguin_tamer/system_info.py
src/penguin_tamer/text_utils.py
src/penguin_tamer/themes.py
src/penguin_tamer.egg-info/PKG-INFO
src/penguin_tamer.egg-info/SOURCES.txt
src/penguin_tamer.egg-info/dependency_links.txt
src/penguin_tamer.egg-info/entry_points.txt
src/penguin_tamer.egg-info/requires.txt
src/penguin_tamer.egg-info/top_level.txt
src/penguin_tamer/locales/__init__.py
src/penguin_tamer/locales/ru.json
src/penguin_tamer/locales/template_locale.json
src/penguin_tamer/menu/__init__.py
src/penguin_tamer/menu/config_menu.py
src/penguin_tamer/menu/dialogs.py
src/penguin_tamer/menu/info_panel.py
src/penguin_tamer/menu/intro_screen.py
src/penguin_tamer/menu/styles.tcss
src/penguin_tamer/menu/widgets.py
src/penguin_tamer/menu/locales/__init__.py
src/penguin_tamer/menu/locales/help_content_en.py
src/penguin_tamer/menu/locales/help_content_ru.py
src/penguin_tamer/menu/locales/menu_i18n.py
src/penguin_tamer/menu/locales/ru.json
src/penguin_tamer/utils/__init__.py
src/penguin_tamer/utils/descriptors.py
src/penguin_tamer/utils/lazy_import.py
tests/__init__.py
tests/conftest.py
tests/demo_error_output.py
tests/formatted_text.md
tests/run_tests.py
tests/test_all_themes.py
tests/test_command_executor.py
tests/test_config_language_switch.py
tests/test_debug_mode.py
tests/test_demo_recorder.py
tests/test_error_messages.py
tests/test_i18n_content.py
tests/test_llm_client.py
tests/test_menu_i18n.py
tests/test_text_utils.py