LICENSE
README.md
pyproject.toml
patchllm/__init__.py
patchllm/__main__.py
patchllm/llm.py
patchllm/main.py
patchllm/parser.py
patchllm/patcher.py
patchllm/utils.py
patchllm.egg-info/PKG-INFO
patchllm.egg-info/SOURCES.txt
patchllm.egg-info/dependency_links.txt
patchllm.egg-info/entry_points.txt
patchllm.egg-info/requires.txt
patchllm.egg-info/top_level.txt
patchllm/agent/__init__.py
patchllm/agent/actions.py
patchllm/agent/executor.py
patchllm/agent/planner.py
patchllm/agent/session.py
patchllm/cli/__init__.py
patchllm/cli/entrypoint.py
patchllm/cli/handlers.py
patchllm/cli/helpers.py
patchllm/interactive/__init__.py
patchllm/interactive/selector.py
patchllm/scopes/__init__.py
patchllm/scopes/builder.py
patchllm/scopes/constants.py
patchllm/scopes/helpers.py
patchllm/scopes/resolvers.py
patchllm/scopes/structure.py
patchllm/tui/__init__.py
patchllm/tui/completer.py
patchllm/tui/interface.py
patchllm/voice/__init__.py
patchllm/voice/listener.py
tests/__init__.py
tests/conftest.py
tests/test_actions.py
tests/test_agent.py
tests/test_completer.py
tests/test_context.py
tests/test_executor.py
tests/test_interactive.py
tests/test_parser.py
tests/test_patcher.py
tests/test_planner.py
tests/test_recipes.py
tests/test_scopes.py
tests/test_structure.py
tests/test_tui.py
tests/test_utils.py