LICENSE
README.md
pyproject.toml
src/aidac/__init__.py
src/aidac/alert_store.py
src/aidac/alerting.py
src/aidac/alerts_cli.py
src/aidac/api.py
src/aidac/api_cli.py
src/aidac/audit_cli.py
src/aidac/cli.py
src/aidac/component_health.py
src/aidac/config.py
src/aidac/config_cli.py
src/aidac/dashboard.py
src/aidac/detector.py
src/aidac/doctor.py
src/aidac/engine.py
src/aidac/feedback.py
src/aidac/incidents.py
src/aidac/incidents_cli.py
src/aidac/learning.py
src/aidac/legacy_alert_store.py
src/aidac/metrics.py
src/aidac/models.py
src/aidac/ops_cli.py
src/aidac/postgres_alert_store.py
src/aidac/service_cli.py
src/aidac/storage_cli.py
src/aidac/structured_logging.py
src/aidac/telemetry.py
src/aidac/connectors/__init__.py
src/aidac/connectors/postgresql.py
src/aidac_sec.egg-info/PKG-INFO
src/aidac_sec.egg-info/SOURCES.txt
src/aidac_sec.egg-info/dependency_links.txt
src/aidac_sec.egg-info/entry_points.txt
src/aidac_sec.egg-info/requires.txt
src/aidac_sec.egg-info/top_level.txt
tests/test_alert_store.py
tests/test_alerting.py
tests/test_alerts_cli.py
tests/test_api.py
tests/test_api_cli.py
tests/test_api_components.py
tests/test_api_incidents.py
tests/test_api_rbac.py
tests/test_audit_integrity.py
tests/test_cli_export_filter.py
tests/test_component_health.py
tests/test_config.py
tests/test_config_cli.py
tests/test_dashboard.py
tests/test_engine.py
tests/test_feedback.py
tests/test_incident_metrics_ops.py
tests/test_incidents.py
tests/test_incidents_cli.py
tests/test_learning.py
tests/test_metrics.py
tests/test_ops_cli.py
tests/test_postgres_alert_store_routing.py
tests/test_postgres_cli_config.py
tests/test_postgres_watch.py
tests/test_postgres_watch_alerting.py
tests/test_postgresql_connector.py
tests/test_service_cli.py
tests/test_sqlite_store.py
tests/test_storage_cli.py
tests/test_structured_logging.py
tests/test_telemetry.py