.env.example
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/deploy.yml
.github/workflows/test.yml
examples/included.lp
examples/test.lp
src/explaidllm/__init__.py
src/explaidllm/__main__.py
src/explaidllm.egg-info/PKG-INFO
src/explaidllm.egg-info/SOURCES.txt
src/explaidllm.egg-info/dependency_links.txt
src/explaidllm.egg-info/entry_points.txt
src/explaidllm.egg-info/requires.txt
src/explaidllm.egg-info/top_level.txt
src/explaidllm/cli/__init__.py
src/explaidllm/cli/clingo_app.py
src/explaidllm/cli/rendering.py
src/explaidllm/llms/__init__.py
src/explaidllm/llms/models/__init__.py
src/explaidllm/llms/models/base.py
src/explaidllm/llms/models/openai.py
src/explaidllm/llms/models/tags.py
src/explaidllm/llms/templates/__init__.py
src/explaidllm/llms/templates/base.py
src/explaidllm/llms/templates/explain.py
src/explaidllm/llms/templates/prompt_templates/explain_input.txt
src/explaidllm/llms/templates/prompt_templates/explain_instructions.txt
src/explaidllm/spinner/__init__.py
src/explaidllm/utils/__init__.py
src/explaidllm/utils/logging.py
static/explaid_llm.png