LICENSE
README.md
pyproject.toml
bugfix_agent/__init__.py
bugfix_agent/api.py
bugfix_agent/cli.py
bugfix_agent/cli_state.py
bugfix_agent/utils.py
bugfix_agent.egg-info/PKG-INFO
bugfix_agent.egg-info/SOURCES.txt
bugfix_agent.egg-info/dependency_links.txt
bugfix_agent.egg-info/entry_points.txt
bugfix_agent.egg-info/requires.txt
bugfix_agent.egg-info/top_level.txt
bugfix_agent/agent/__init__.py
bugfix_agent/agent/state.py
bugfix_agent/agent/workflow.py
bugfix_agent/agent/components/__init__.py
bugfix_agent/agent/components/apply_patch.py
bugfix_agent/agent/components/bug_localizer.py
bugfix_agent/agent/components/patch_generator.py
bugfix_agent/agent/components/searching.py
bugfix_agent/agent/components/test_runner.py
bugfix_agent/llm/__init__.py
bugfix_agent/llm/ollama_llm.py
bugfix_agent/retrieval/__init__.py
bugfix_agent/retrieval/embedding.py
bugfix_agent/retrieval/file_reader.py
bugfix_agent/retrieval/state.py
bugfix_agent/retrieval/summarise.py
bugfix_agent/retrieval/vector_store.py
bugfix_agent/retrieval/workflow.py
tests/test_apply_patch.py
tests/test_cli.py
tests/test_retrieval_file_reader.py