LICENSE
README.md
pyproject.toml
pengy/main.py
pengy.egg-info/PKG-INFO
pengy.egg-info/SOURCES.txt
pengy.egg-info/dependency_links.txt
pengy.egg-info/entry_points.txt
pengy.egg-info/requires.txt
pengy.egg-info/top_level.txt
pengy/assets/icon.svg
pengy/cli/__init__.py
pengy/cli/main.py
pengy/core/__init__.py
pengy/core/chat_manager.py
pengy/core/config.py
pengy/core/llm_client.py
pengy/core/tools.py
pengy/ui/__init__.py
pengy/ui/chat_history.py
pengy/ui/chat_input.py
pengy/ui/chat_view.py
pengy/ui/chat_worker.py
pengy/ui/main_window.py
pengy/ui/settings_dialog.py
tests/test_core.py
tests/test_smoke.py