LICENSE
README.md
pyproject.toml
localforge/__init__.py
localforge/__main__.py
localforge.egg-info/PKG-INFO
localforge.egg-info/SOURCES.txt
localforge.egg-info/dependency_links.txt
localforge.egg-info/top_level.txt
localforge/agent/__init__.py
localforge/agent/agents.py
localforge/agent/base.py
localforge/agent/display.py
localforge/agent/orchestrator.py
localforge/agent/state_manager.py
localforge/chat/__init__.py
localforge/chat/engine.py
localforge/chat/session.py
localforge/chat/tools.py
localforge/cli/__init__.py
localforge/cli/display.py
localforge/cli/main.py
localforge/context_manager/__init__.py
localforge/context_manager/assembler.py
localforge/context_manager/budget.py
localforge/core/__init__.py
localforge/core/config.py
localforge/core/git_utils.py
localforge/core/models.py
localforge/core/ollama_client.py
localforge/core/prompt_templates.py
localforge/index/__init__.py
localforge/index/indexer.py
localforge/index/search.py
localforge/patching/__init__.py
localforge/patching/patcher.py
localforge/patching/validator.py
localforge/retrieval/__init__.py
localforge/retrieval/ranking.py
localforge/retrieval/retriever.py
localforge/verifier/__init__.py
localforge/verifier/runner.py
tests/test_agents.py
tests/test_chat_tools.py
tests/test_e2e.py
tests/test_enhancements.py
tests/test_indexer.py
tests/test_new_features.py
tests/test_ollama_client.py
tests/test_orchestrator.py
tests/test_patcher.py
tests/test_patching_smoke.py
tests/test_retrieval.py
tests/test_verifier_smoke.py