LICENSE
MANIFEST.in
README.md
pyproject.toml
opsguard/__init__.py
opsguard.egg-info/PKG-INFO
opsguard.egg-info/SOURCES.txt
opsguard.egg-info/dependency_links.txt
opsguard.egg-info/entry_points.txt
opsguard.egg-info/requires.txt
opsguard.egg-info/top_level.txt
opsguard/cli/__init__.py
opsguard/cli/console.py
opsguard/cli/main.py
opsguard/cli/commands/__init__.py
opsguard/cli/commands/container.py
opsguard/cli/commands/containers.py
opsguard/cli/commands/incident.py
opsguard/cli/commands/incidents.py
opsguard/cli/commands/init.py
opsguard/cli/commands/register_container.py
opsguard/cli/commands/restart.py
opsguard/cli/commands/start.py
opsguard/cli/commands/status.py
opsguard/cli/commands/stop.py
opsguard/cli/commands/core/doctor.py
opsguard/cli/commands/core/status.py
opsguard/cli/commands/core/version.py
opsguard/cli/services/doctor_result.py
opsguard/cli/services/doctor_service.py
opsguard/cli/services/incident_service.py
opsguard/cli/services/restart_service.py
opsguard/cli/services/start_service.py
opsguard/cli/services/status_service.py
opsguard/cli/services/stop_service.py
opsguard/cli/services/version_service.py
opsguard/cli/services/checks/container_check.py
opsguard/cli/services/checks/docker_check.py
opsguard/cli/services/checks/git_check.py
opsguard/cli/services/checks/ollama_check.py
opsguard/cli/services/checks/project_check.py
opsguard/cli/services/checks/python_check.py
opsguard/cli/services/checks/server_check.py
opsguard/cli/utils/container_registry.py
opsguard/cli/utils/project.py
opsguard/config/settings.py
opsguard/core/logger.py
opsguard/core/project.py
opsguard/runtime/__init__.py
opsguard/runtime/config.py
opsguard/runtime/directories.py
opsguard/runtime/home.py
opsguard/runtime/runtime.py
opsguard/server/launcher.py
opsguard/server/main.py
opsguard/server/paths.py
opsguard/server/ai/__init__.py
opsguard/server/ai/context_builder.py
opsguard/server/ai/context_builder_execution.py
opsguard/server/ai/execution_planner.py
opsguard/server/ai/factory.py
opsguard/server/ai/investigator.py
opsguard/server/ai/provider.py
opsguard/server/ai/schemas.py
opsguard/server/ai/prompts/execution_plan.txt
opsguard/server/ai/prompts/incident_analysis.txt
opsguard/server/ai/providers/ollama_provider.py
opsguard/server/ai/providers/openrouter_provider.py
opsguard/server/analysis/evidence_collector.py
opsguard/server/analysis/log_parser.py
opsguard/server/analysis/root_cause.py
opsguard/server/analysis/trace_analyzer.py
opsguard/server/analysis/parsers/go_parser.py
opsguard/server/analysis/parsers/node_parser.py
opsguard/server/analysis/parsers/python_parser.py
opsguard/server/context/collector.py
opsguard/server/context/context_builder.py
opsguard/server/context/dependency_context.py
opsguard/server/context/docker_context.py
opsguard/server/context/git_context.py
opsguard/server/context/models.py
opsguard/server/context/source_code.py
opsguard/server/core/incident_state.py
opsguard/server/core/logger.py
opsguard/server/execution/dispatcher.py
opsguard/server/execution/manager.py
opsguard/server/git_tools/commit_analyzer.py
opsguard/server/git_tools/git_correlator.py
opsguard/server/observer/crash_detector.py
opsguard/server/observer/docker_events.py
opsguard/server/observer/incident_manager.py
opsguard/server/registry/project_lookup.py
opsguard/server/registry/repo_registry.py
opsguard/server/remediation/approvals.py
opsguard/server/remediation/constants.py
opsguard/server/remediation/executor.py
opsguard/server/remediation/orchestrator.py
opsguard/server/remediation/planner.py
opsguard/server/remediation/queue.py
opsguard/server/remediation/verifier.py
opsguard/server/remediation/worker.py
opsguard/server/remediation/actions/restart_container.py
opsguard/server/runtime/executor.py
opsguard/server/runtime/project_context.py
opsguard/server/static/css/styles.css
opsguard/server/storage/execution_store.py
opsguard/server/storage/incident_store.py
opsguard/server/storage/log_storage.py
opsguard/server/templates/base.html
opsguard/server/templates/dashboard.html
opsguard/server/templates/incident.html
opsguard/server/tools/docker_project_tools.py
opsguard/server/tools/docker_tools.py
opsguard/server/tools/filesystem_tools.py
opsguard/server/tools/registry.py
opsguard/server/ui/dashboard.py
opsguard/server/ui/incident.py