LICENSE
README.md
pyproject.toml
setup.py
src/aegish/__init__.py
src/aegish/chatgpt.py
src/aegish/claude.py
src/aegish/commandrunner.py
src/aegish/config.py
src/aegish/debug.py
src/aegish/gemini.py
src/aegish/inputhandler.py
src/aegish/main.py
src/aegish/models.py
src/aegish/ollama.py
src/aegish/postprocess.py
src/aegish/safetychecker.py
src/aegish.egg-info/PKG-INFO
src/aegish.egg-info/SOURCES.txt
src/aegish.egg-info/dependency_links.txt
src/aegish.egg-info/entry_points.txt
src/aegish.egg-info/not-zip-safe
src/aegish.egg-info/requires.txt
src/aegish.egg-info/top_level.txt
tests/test_commandrunner.py
tests/test_gemini.py