.gitignore
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/release.yml
.github/workflows/tests.yml
src/shelloracle/__init__.py
src/shelloracle/__main__.py
src/shelloracle/config.py
src/shelloracle/configure.py
src/shelloracle/shelloracle.py
src/shelloracle.egg-info/PKG-INFO
src/shelloracle.egg-info/SOURCES.txt
src/shelloracle.egg-info/dependency_links.txt
src/shelloracle.egg-info/entry_points.txt
src/shelloracle.egg-info/requires.txt
src/shelloracle.egg-info/top_level.txt
src/shelloracle/providers/__init__.py
src/shelloracle/providers/localai.py
src/shelloracle/providers/ollama.py
src/shelloracle/providers/openai.py
src/shelloracle/shell/shelloracle.bash
src/shelloracle/shell/shelloracle.zsh
tests/test_shelloracle.py
tests/providers/test_ollama.py
tests/providers/test_openai.py