LICENSE
README.md
pyproject.toml
repopilot/__init__.py
repopilot/__main__.py
repopilot/cli.py
repopilot/config.py
repopilot/logging_setup.py
repopilot/repl.py
repopilot/agent/__init__.py
repopilot/agent/compact.py
repopilot/agent/context.py
repopilot/agent/cost.py
repopilot/agent/loop.py
repopilot/agent/parser.py
repopilot/code_index/__init__.py
repopilot/code_index/ignore.py
repopilot/code_index/repo_map.py
repopilot/code_index/symbol_index.py
repopilot/hooks/__init__.py
repopilot/hooks/builtin.py
repopilot/hooks/manager.py
repopilot/llm/__init__.py
repopilot/llm/circuit_breaker.py
repopilot/llm/service.py
repopilot/llm/stream_handler.py
repopilot/memory/__init__.py
repopilot/permission/__init__.py
repopilot/permission/approver.py
repopilot/permission/engine.py
repopilot/permission/patterns.py
repopilot/sandbox/__init__.py
repopilot/sandbox/base.py
repopilot/sandbox/docker_sandbox.py
repopilot/sandbox/local_sandbox.py
repopilot/session/__init__.py
repopilot/session/store.py
repopilot/tools/__init__.py
repopilot/tools/base.py
repopilot/tools/exec_tools.py
repopilot/tools/file_tools.py
repopilot/tools/meta_tools.py
repopilot/tools/registry.py
repopilot/tools/result.py
repopilot/tools/search_tools.py
repopilot_agent.egg-info/PKG-INFO
repopilot_agent.egg-info/SOURCES.txt
repopilot_agent.egg-info/dependency_links.txt
repopilot_agent.egg-info/entry_points.txt
repopilot_agent.egg-info/requires.txt
repopilot_agent.egg-info/top_level.txt
tests/test_circuit_breaker.py
tests/test_cli.py
tests/test_config.py
tests/test_context.py
tests/test_cost.py
tests/test_docker_sandbox.py
tests/test_exec_tools.py
tests/test_file_tools.py
tests/test_hooks.py
tests/test_llm.py
tests/test_local_sandbox.py
tests/test_loop_mock.py
tests/test_permission.py
tests/test_repo_map.py
tests/test_search_tools.py
tests/test_security_fixes.py
tests/test_session.py
tests/test_tools.py
tests/test_tools_edge.py