.gitignore
LICENSE
MANIFEST.in
README.md
add_language.sh
compile_po.sh
pyproject.toml
requirements.txt
setup.cfg
spec.md
todo.md
update_po.sh
desktop/org.fuentelibre.gtk_llm_Applet.desktop
desktop/org.fuentelibre.gtk_llm_Chat.desktop
docs/screenshot01.png
gtk_llm_chat/__init__.py
gtk_llm_chat/_version.py
gtk_llm_chat/chat_application.py
gtk_llm_chat/chat_window.py
gtk_llm_chat/db_operations.py
gtk_llm_chat/gtk_llm_applet.py
gtk_llm_chat/hb.py
gtk_llm_chat/llm_client.py
gtk_llm_chat/llm_gui.py
gtk_llm_chat/main.py
gtk_llm_chat/markdownview.py
gtk_llm_chat/widgets.py
gtk_llm_chat.egg-info/PKG-INFO
gtk_llm_chat.egg-info/SOURCES.txt
gtk_llm_chat.egg-info/dependency_links.txt
gtk_llm_chat.egg-info/entry_points.txt
gtk_llm_chat.egg-info/requires.txt
gtk_llm_chat.egg-info/top_level.txt
gtk_llm_chat/../desktop/org.fuentelibre.gtk_llm_Applet.desktop
gtk_llm_chat/../desktop/org.fuentelibre.gtk_llm_Chat.desktop
gtk_llm_chat/../po/de/LC_MESSAGES/gtk-llm-chat.mo
gtk_llm_chat/../po/es/LC_MESSAGES/gtk-llm-chat.mo
gtk_llm_chat/../po/pt/LC_MESSAGES/gtk-llm-chat.mo
gtk_llm_chat/../po/zh/LC_MESSAGES/gtk-llm-chat.mo
gtk_llm_chat/hicolor/scalable/apps/org.fuentelibre.gtk_llm_Chat.svg
po/gtk-llm-chat.pot
po/de/LC_MESSAGES/gtk-llm-chat.mo
po/de/LC_MESSAGES/gtk-llm-chat.po
po/es/LC_MESSAGES/gtk-llm-chat.mo
po/es/LC_MESSAGES/gtk-llm-chat.po
po/pt/LC_MESSAGES/gtk-llm-chat.mo
po/pt/LC_MESSAGES/gtk-llm-chat.po
po/zh/LC_MESSAGES/gtk-llm-chat.mo
po/zh/LC_MESSAGES/gtk-llm-chat.po
tests/test_llm_client.py
tests/test_widgets.py