LICENSE
README.md
pyproject.toml
setup.py
alexforge.egg-info/PKG-INFO
alexforge.egg-info/SOURCES.txt
alexforge.egg-info/dependency_links.txt
alexforge.egg-info/entry_points.txt
alexforge.egg-info/requires.txt
alexforge.egg-info/top_level.txt
localforge/__init__.py
localforge/__main__.py
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/cloud/__init__.py
localforge/cloud/agents.py
localforge/cloud/auth.py
localforge/cloud/auto_auth.py
localforge/cloud/client.py
localforge/cloud/engine.py
localforge/cloud/exceptions.py
localforge/cloud/memory.py
localforge/cloud/prompts.py
localforge/cloud/session.py
localforge/cloud/token_refresh.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/dependency_graph.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_cloud_curl_and_stream.py
tests/test_cloud_engine.py
tests/test_cloud_resilience.py
tests/test_cross_file_bugs.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_token_refresh.py
tests/test_tool_backup.py
tests/test_verifier_smoke.py