.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/scripts/release.py
.github/workflows/publish.yaml
.github/workflows/release.yaml
src/autoexplain/__init__.py
src/autoexplain/autoexplain.py
src/autoexplain/subcommands.py
src/autoexplain.egg-info/PKG-INFO
src/autoexplain.egg-info/SOURCES.txt
src/autoexplain.egg-info/dependency_links.txt
src/autoexplain.egg-info/entry_points.txt
src/autoexplain.egg-info/requires.txt
src/autoexplain.egg-info/top_level.txt
src/constants/__init__.py
src/constants/aexp_constants.py
src/constants/prompts.py
src/functions/__init__.py
src/functions/openai_functions.py
src/utils/__init__.py
src/utils/utils.py
tests/test_subcommands.py