LICENSE
README.md
pyproject.toml
app/__init__.py
app/main.py
app/cli/__init__.py
app/cli/app.py
app/config/__init__.py
app/config/env.py
app/config/settings.py
app/core/__init__.py
app/core/agent.py
app/core/llm.py
app/core/tools.py
app/detector/error_parser.py
app/orchestrator/service_manager.py
app/runner/retry_executor.py
app/services/__init__.py
app/services/detector.py
app/services/docker_manager.py
app/services/executor.py
app/services/health_check.py
app/services/registry.py
app/services/repo.py
app/utils/__init__.py
app/utils/constants.py
app/utils/logger.py
locally796.egg-info/PKG-INFO
locally796.egg-info/SOURCES.txt
locally796.egg-info/dependency_links.txt
locally796.egg-info/entry_points.txt
locally796.egg-info/requires.txt
locally796.egg-info/top_level.txt
tests/test.py
tests/test_cli.py
tests/test_docker_manager.py
tests/test_error_parser.py
tests/test_git.py
tests/test_health_check.py
tests/test_service_manager.py
tests/test_setup_detection.py