LICENSE
MANIFEST.in
README.md
build_backend.py
pyproject.toml
dq_agent/__init__.py
dq_agent/__main__.py
dq_agent/checkpoint.py
dq_agent/checkpoint_schema.py
dq_agent/cli.py
dq_agent/config.py
dq_agent/contract.py
dq_agent/errors.py
dq_agent/guardrails.py
dq_agent/loader.py
dq_agent/run_record.py
dq_agent/run_record_schema.py
dq_agent/runner.py
dq_agent/shadow.py
dq_agent/trace.py
dq_agent.egg-info/PKG-INFO
dq_agent.egg-info/SOURCES.txt
dq_agent.egg-info/dependency_links.txt
dq_agent.egg-info/entry_points.txt
dq_agent.egg-info/requires.txt
dq_agent.egg-info/top_level.txt
dq_agent/anomalies/__init__.py
dq_agent/anomalies/base.py
dq_agent/anomalies/detectors.py
dq_agent/demo/generate_demo_data.py
dq_agent/explain/__init__.py
dq_agent/explain/explainer.py
dq_agent/explain/fix_recommender.py
dq_agent/report/__init__.py
dq_agent/report/schema.py
dq_agent/report/writer_json.py
dq_agent/report/writer_md.py
dq_agent/reporters/__init__.py
dq_agent/reporters/markdown.py
dq_agent/resources/demo_rules.yml
dq_agent/rules/__init__.py
dq_agent/rules/base.py
dq_agent/rules/checks.py
tests/test_anomalies.py
tests/test_cli_demo.py
tests/test_cli_replay.py
tests/test_config_load.py
tests/test_contract_missing_column.py
tests/test_dq_demo_markdown.py
tests/test_failure_contract.py
tests/test_guardrails.py
tests/test_idempotency.py
tests/test_resume_checkpoint.py
tests/test_rules.py
tests/test_schema_validate.py
tests/test_shadow.py
tests/test_trace.py