Files
ewoooc/aiops-core/README.md
2026-05-13 09:09:51 +08:00

17 lines
773 B
Markdown

# WOOO AIOps Core
> Historical stub only. Do not install dependencies or deploy services from this
> directory.
This directory originally sketched a standalone AIOps SaaS module, but the
actual production implementation now lives in the main momo-pro-system codebase:
- Current AutoHeal service: `services/auto_heal_service.py`
- Current Aider heal executor: `services/aider_heal_executor.py`
- Architecture decision: `docs/adr/ADR-013-aiops-autoheal.md`
- Full-auto code-heal decision: `docs/adr/ADR-020-code-review-full-autoheal.md`
The previous `aiops-core/requirements.txt` listed dependencies for non-existent
FastAPI, React, Kubernetes, Redis, and Celery modules. It was removed to avoid
dependency drift and accidental installation in CI or local setup scripts.