README.md
pyproject.toml
src/chemchat/__init__.py
src/chemchat/__main__.py
src/chemchat.egg-info/PKG-INFO
src/chemchat.egg-info/SOURCES.txt
src/chemchat.egg-info/dependency_links.txt
src/chemchat.egg-info/entry_points.txt
src/chemchat.egg-info/requires.txt
src/chemchat.egg-info/top_level.txt
src/chemchat/db/__init__.py
src/chemchat/db/knowledge_base.py
src/chemchat/db/paths.py
src/chemchat/engine/__init__.py
src/chemchat/engine/element_data.py
src/chemchat/engine/entity_extractor.py
src/chemchat/engine/llm_client.py
src/chemchat/engine/mol_parser.py
src/chemchat/ui/__init__.py
src/chemchat/ui/chat_panel.py
src/chemchat/ui/db_manager.py
src/chemchat/ui/main_window.py
src/chemchat/ui/mol_view.py