.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
README.md
coverage.xml
mutation_testing.toml
pyproject.toml
uv.lock
.github/workflows/lint.yml
.github/workflows/main.yml
.github/workflows/mutation-testing.yml
.github/workflows/publish.yml
ask/__init__.py
ask/_version.py
ask/config.py
ask/exceptions.py
ask/main.py
ask/providers/__init__.py
ask/providers/anthropic.py
ask/providers/base.py
ask/providers/gemini.py
ask/providers/grok.py
ask/providers/ollama.py
ask/providers/openai.py
docs/mutation-testing.md
scripts/run_mutation_testing.sh
terminal_sherpa.egg-info/PKG-INFO
terminal_sherpa.egg-info/SOURCES.txt
terminal_sherpa.egg-info/dependency_links.txt
terminal_sherpa.egg-info/entry_points.txt
terminal_sherpa.egg-info/requires.txt
terminal_sherpa.egg-info/top_level.txt
test/conftest.py
test/test_anthropic.py
test/test_config.py
test/test_exceptions.py
test/test_gemini.py
test/test_grok.py
test/test_main.py
test/test_ollama.py
test/test_openai.py
test/test_providers.py
test/test_resources/complete_config.toml
test/test_resources/invalid_config.toml
test/test_resources/minimal_config.toml
test/test_resources/valid_config.toml