.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/build-dist.yml
.github/workflows/python-publish.yml
src/shelloracle/__init__.py
src/shelloracle/__main__.py
src/shelloracle/bootstrap.py
src/shelloracle/provider.py
src/shelloracle/shelloracle.py
src/shelloracle/shelloracle.zsh
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/config/__init__.py
src/shelloracle/config/config.py
src/shelloracle/config/setting.py
src/shelloracle/providers/__init__.py
src/shelloracle/providers/ollama.py
src/shelloracle/providers/openai.py