README.md
pyproject.toml
hermitd/__init__.py
hermitd/__main__.py
hermitd/bot.py
hermitd/config.py
hermitd/context.py
hermitd/daemon.py
hermitd/hermitd.conf.template
hermitd/hermitd.service
hermitd/install.py
hermitd/main.py
hermitd/messages.py
hermitd.egg-info/PKG-INFO
hermitd.egg-info/SOURCES.txt
hermitd.egg-info/dependency_links.txt
hermitd.egg-info/entry_points.txt
hermitd.egg-info/requires.txt
hermitd.egg-info/top_level.txt
hermitd/llm/__init__.py
hermitd/llm/_interfaces.py
hermitd/llm/claude.py
hermitd/llm/gpt.py
hermitd/llm/llama3.py
tests/test_bot.py
tests/test_config.py
tests/test_context.py
tests/test_daemon.py