LICENSE
MANIFEST.in
README.md
pyproject.toml
src/validate_rescue.py
src/dagc/__init__.py
src/dagc/adapters.py
src/dagc/anchor_lifecycle.py
src/dagc/app.py
src/dagc/baselines.py
src/dagc/calibrate_filler_scorer.py
src/dagc/cli.py
src/dagc/comparative_rationale.py
src/dagc/compressor.py
src/dagc/compute_rci_extended.py
src/dagc/config.py
src/dagc/convmem.py
src/dagc/extract_general.py
src/dagc/extraction.py
src/dagc/filler_labels.jsonl
src/dagc/filler_score.py
src/dagc/filler_scorer_calibrated.json
src/dagc/formats.py
src/dagc/graph.py
src/dagc/graph_ext.py
src/dagc/mcp_server.py
src/dagc/multilingual_decision_detector.py
src/dagc/rationale_ext.py
src/dagc/reclassify_decisions.py
src/dagc/referent_anchor.py
src/dagc/rescue.py
src/dagc/rescue_redis.py
src/dagc/schema.py
src/dagc/state_goal_extract.py
src/dagc/store.py
src/dagc/store_redis_addition.py
src/dagc/sv_dagc.py
src/dagc/utils.py
src/dagc/value_recovery_ext.py
src/dagc.egg-info/PKG-INFO
src/dagc.egg-info/SOURCES.txt
src/dagc.egg-info/dependency_links.txt
src/dagc.egg-info/entry_points.txt
src/dagc.egg-info/requires.txt
src/dagc.egg-info/top_level.txt
src/dagc_eval/__init__.py
src/dagc_eval/adversarial.py
src/dagc_eval/benchmark.py
src/dagc_eval/diagnostics.py
src/dagc_eval/export.py
src/dagc_eval/interfaces.py
src/dagc_eval/leaderboard.py
src/dagc_eval/match.py
src/dagc_eval/normalize.py
src/dagc_eval/reproduce.py
src/dagc_eval/server.py
src/dagc_eval/stats.py
tests/test_adversarial.py
tests/test_artifacts_extraction.py
tests/test_decision_protection.py
tests/test_format_robustness.py
tests/test_optional_adapter_imports.py
tests/test_rescue_api.py
tests/test_schema_adapters.py
tests/test_stats.py
tests/test_sv_repair_idempotency.py
tests/test_trip.py