LICENSE
MANIFEST.in
README.md
pyproject.toml
src/deus_ex_machina/__init__.py
src/deus_ex_machina/cli.py
src/deus_ex_machina/config.py
src/deus_ex_machina/githf.py
src/deus_ex_machina/machina.yaml
src/deus_ex_machina/machine.py
src/deus_ex_machina/utilities.py
src/deus_ex_machina.egg-info/PKG-INFO
src/deus_ex_machina.egg-info/SOURCES.txt
src/deus_ex_machina.egg-info/dependency_links.txt
src/deus_ex_machina.egg-info/entry_points.txt
src/deus_ex_machina.egg-info/requires.txt
src/deus_ex_machina.egg-info/top_level.txt
src/deus_ex_machina/providers/__init__.py
src/deus_ex_machina/providers/basta.py
src/deus_ex_machina/providers/camelids.py
src/deus_ex_machina/providers/castor_pollux.py
src/deus_ex_machina/providers/depsek.py
src/deus_ex_machina/providers/electroid.py
src/deus_ex_machina/providers/openai.py
src/deus_ex_machina/providers/qrog.py
src/deus_ex_machina/providers/strangelove.py
tests/test_cli.py
tests/test_e2e.py
tests/test_llm_soup.py
tests/test_utilities.py