LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
docs/API_IMPLEMENTATION_GUIDE.md
docs/AUTHORS.md
docs/CHANGELOG.md
docs/CLAUDE_HOOK_USAGE_GUIDE.md
docs/CODE_ARCHITECTURE.md
docs/FILE_STRUCTURE.md
docs/LLM_FACADE.md
docs/MARKDOWN_STYLE.md
docs/PYTHON_STYLE.md
docs/REPO_STYLE.md
docs/USAGE.md
docs/archive/LLM_WRAPPER_IDEAS.md
docs/archive/OPENAI_WRAPPER_NOTES.md
docs/archive/PUBLIC_API_PLAN.md
local_llm_wrapper/__init__.py
local_llm_wrapper/errors.py
local_llm_wrapper/llm.py
local_llm_wrapper/llm_client.py
local_llm_wrapper/llm_engine.py
local_llm_wrapper/llm_parsers.py
local_llm_wrapper/llm_prompts.py
local_llm_wrapper/llm_utils.py
local_llm_wrapper.egg-info/PKG-INFO
local_llm_wrapper.egg-info/SOURCES.txt
local_llm_wrapper.egg-info/dependency_links.txt
local_llm_wrapper.egg-info/top_level.txt
local_llm_wrapper/transports/__init__.py
local_llm_wrapper/transports/apple.py
local_llm_wrapper/transports/base.py
local_llm_wrapper/transports/ollama.py
tests/check_ascii_compliance.py
tests/conftest.py
tests/fix_ascii_compliance.py
tests/fix_whitespace.py
tests/git_file_utils.py
tests/test_ascii_compliance.py
tests/test_bandit_security.py
tests/test_import_dot.py
tests/test_import_requirements.py
tests/test_import_star.py
tests/test_indentation.py
tests/test_init_files.py
tests/test_llm_client.py
tests/test_llm_engine.py
tests/test_llm_parsers.py
tests/test_llm_prompts.py
tests/test_llm_utils.py
tests/test_pyflakes_code_lint.py
tests/test_shebangs.py
tests/test_whitespace.py