.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
README.md
pyproject.toml
tach.toml
uv.lock
.github/workflows/codeql.yml
.github/workflows/maintests.yml
.github/workflows/prtests.yml
.github/workflows/release.yml
.vscode/settings.json
src/haidra_core/__init__.py
src/haidra_core/_version.py
src/haidra_core/py.typed
src/haidra_core/service_base.py
src/haidra_core.egg-info/PKG-INFO
src/haidra_core.egg-info/SOURCES.txt
src/haidra_core.egg-info/dependency_links.txt
src/haidra_core.egg-info/requires.txt
src/haidra_core.egg-info/top_level.txt
src/haidra_core/ai_horde/__init__.py
src/haidra_core/ai_horde/settings.py
tests/__init__.py
tests/test_service_base.py
tests/test_settings.py