MANIFEST.in
README.md
pyproject.toml
setup.py
devchat_hm/__init__.py
devchat_hm/chat.py
devchat_hm/cli.py
devchat_hm/code_editor.py
devchat_hm/config.py
devchat_hm/embeddings.py
devchat_hm/indexer.py
devchat_hm/llm.py
devchat_hm/rag.py
devchat_hm/vectorstore.py
devchat_hm.egg-info/PKG-INFO
devchat_hm.egg-info/SOURCES.txt
devchat_hm.egg-info/dependency_links.txt
devchat_hm.egg-info/entry_points.txt
devchat_hm.egg-info/requires.txt
devchat_hm.egg-info/top_level.txt
devchat_hm/editor/__init__.py
devchat_hm/editor/diff.py
devchat_hm/editor/parser.py
devchat_hm/editor/patcher.py