LICENSE
README.md
pyproject.toml
adapters/__init__.py
adapters/claude/__init__.py
adapters/claude/provider.py
adapters/copilot/__init__.py
adapters/copilot/provider.py
adapters/generic/__init__.py
adapters/generic/mcp.py
adapters/openai/__init__.py
adapters/openai/provider.py
adapters/opencode/__init__.py
adapters/opencode/provider.py
agent/__init__.py
agent/config.py
agent/executor.py
agent/harness.py
agent/models.py
agent/approvals/__init__.py
agent/approvals/engine.py
agent/audit/__init__.py
agent/audit/logger.py
agent/audit/redaction.py
agent/context/__init__.py
agent/context/agents_md.py
agent/context/collector.py
agent/context/environment.py
agent/mcp/__init__.py
agent/mcp/client.py
agent/mcp/server.py
agent/memory/__init__.py
agent/memory/store.py
agent/metrics/__init__.py
agent/orchestrator/__init__.py
agent/orchestrator/decider.py
agent/orchestrator/orchestrator.py
agent/orchestrator/understanding.py
agent/planners/__init__.py
agent/planners/change_planner.py
agent/policies/__init__.py
agent/policies/classifier.py
agent/policies/engine.py
agent/providers/__init__.py
agent/providers/base.py
agent/providers/factory.py
agent/rca/__init__.py
agent/rca/engine.py
agent/reports/__init__.py
agent/reports/render.py
agent/rollback/__init__.py
agent/rollback/engine.py
agent/runbooks/__init__.py
agent/runbooks/loader.py
agent/specialists/__init__.py
agent/specialists/ansible.py
agent/specialists/aws.py
agent/specialists/base.py
agent/specialists/cicd.py
agent/specialists/docker.py
agent/specialists/documentation.py
agent/specialists/git.py
agent/specialists/incident.py
agent/specialists/jira.py
agent/specialists/kubernetes.py
agent/specialists/linux.py
agent/specialists/networking.py
agent/specialists/observability.py
agent/specialists/security.py
agent/specialists/terraform.py
agent/state/__init__.py
agent/state/store.py
apps/__init__.py
apps/cli/__init__.py
apps/cli/main.py
apps/mockserver/__init__.py
apps/mockserver/server.py
devops_agent_harness.egg-info/PKG-INFO
devops_agent_harness.egg-info/SOURCES.txt
devops_agent_harness.egg-info/dependency_links.txt
devops_agent_harness.egg-info/entry_points.txt
devops_agent_harness.egg-info/requires.txt
devops_agent_harness.egg-info/top_level.txt
examples/config.example.yaml
examples/policy.example.yaml
examples/ide/claude-code.mcp.json
examples/ide/cursor.mcp.json
examples/ide/gemini.settings.json
examples/ide/opencode.json
examples/ide/vscode.mcp.json
examples/ide/windsurf.mcp.json
examples/sample-app/AGENTS.md
examples/sample-app/README.md
examples/sample-app/app/server.py
examples/sample-app/k8s/deployment.yaml
examples/sample-app/k8s/service.yaml
examples/sample-app/tests/test_manifests.py
policies/default.yaml
runbooks/aws/eks-nodegroup-upgrade.yaml
runbooks/cicd/pipeline-failure.yaml
runbooks/database/connection-exhaustion.yaml
runbooks/docker/container-exited.yaml
runbooks/kubernetes/crashloopbackoff.yaml
runbooks/kubernetes/node-upgrade.yaml
runbooks/kubernetes/oomkilled.yaml
runbooks/kubernetes/pending-pods.yaml
runbooks/linux/disk-full.yaml
runbooks/linux/service-failed.yaml
runbooks/networking/dns-failure.yaml
runbooks/security/leaked-secret.yaml
templates/final-report.md
templates/incident-report.md
templates/plan.md
templates/runbook.yaml
templates/tool.yaml
tests/test_approvals.py
tests/test_classifier.py
tests/test_cli.py
tests/test_context.py
tests/test_executor.py
tests/test_failures.py
tests/test_kubernetes_scenarios.py
tests/test_mcp.py
tests/test_mockserver_rest.py
tests/test_policy.py
tests/test_providers_decider.py
tests/test_redaction.py
tests/test_runbooks_memory.py
tests/test_specialists.py
tests/test_state_resume.py
tests/test_tools.py
tests/test_workflows.py
tools/__init__.py
tools/adapters.py
tools/base.py
tools/catalog.py
tools/http.py
tools/registry.py
tools/shell.py
tools/ansible/__init__.py
tools/ansible/tools.py
tools/aws/__init__.py
tools/aws/tools.py
tools/cicd/__init__.py
tools/cicd/tools.py
tools/docker/__init__.py
tools/docker/tools.py
tools/filesystem/__init__.py
tools/filesystem/tools.py
tools/git/__init__.py
tools/git/tools.py
tools/github/__init__.py
tools/github/tools.py
tools/gitlab/__init__.py
tools/gitlab/tools.py
tools/jira/__init__.py
tools/jira/tools.py
tools/kubernetes/__init__.py
tools/kubernetes/tools.py
tools/linux/__init__.py
tools/linux/tools.py
tools/mock/__init__.py
tools/mock/world.py
tools/networking/__init__.py
tools/networking/tools.py
tools/observability/__init__.py
tools/observability/tools.py
tools/security/__init__.py
tools/security/tools.py
tools/terraform/__init__.py
tools/terraform/tools.py