LICENSE
README.md
pyproject.toml
atap.egg-info/PKG-INFO
atap.egg-info/SOURCES.txt
atap.egg-info/dependency_links.txt
atap.egg-info/entry_points.txt
atap.egg-info/requires.txt
atap.egg-info/top_level.txt
docs/pypi_readme.md
src/__init__.py
src/cli.py
src/compare.py
src/demo.py
src/log.py
src/runtime.py
src/analyze/__init__.py
src/analyze/base.py
src/analyze/drift_detect.py
src/analyze/judge_eval.py
src/analyze/loop_detect.py
src/attribute/__init__.py
src/attribute/all_at_once.py
src/attribute/base.py
src/attribute/binary_search.py
src/attribute/chief.py
src/attribute/claim_audit.py
src/attribute/counterfactual_replay.py
src/attribute/rg_ug.py
src/attribute/sbfl.py
src/attribute/tree_diagnosis.py
src/classify/__init__.py
src/classify/base.py
src/classify/inducer.py
src/classify/mast_judge.py
src/classify/rule_pack.py
src/classify/taxonomy.py
src/core/__init__.py
src/core/base.py
src/core/bundle.py
src/core/config.py
src/core/context.py
src/core/pipeline.py
src/core/registry.py
src/core/render.py
src/core/schema.py
src/io/__init__.py
src/io/_leak_guard.py
src/io/base.py
src/io/jsonl_store.py
src/io/langfuse.py
src/io/langfuse_live.py
src/io/otel.py
src/io/whoswhen.py
src/llm/__init__.py
src/llm/base.py
src/llm/call_log.py
src/llm/fake_client.py
src/llm/openai_client.py
src/llm/pseudo_judge.py
src/recover/__init__.py
src/recover/base.py
src/recover/dover.py
src/recover/feedback_injection.py
src/recover/targeted_rerun.py
src/represent/__init__.py
src/represent/action_signature.py
src/represent/base.py
src/represent/canonical_events.py
src/represent/claim_ledger.py
src/represent/hcg.py
src/represent/hierarchy_tree.py
src/represent/idg.py
src/represent/ssf.py
src/sandbox/__init__.py
src/sandbox/env.py
src/sandbox/faults.py
src/sandbox/policy.py
tests/test_action_signature.py
tests/test_audit_fixes.py
tests/test_binary_search.py
tests/test_compare.py
tests/test_drift_detect.py
tests/test_e2e_offline.py
tests/test_feedback_injection.py
tests/test_idg_tree.py
tests/test_inducer.py
tests/test_invariants.py
tests/test_judges.py
tests/test_langfuse_live.py
tests/test_logging_calls.py
tests/test_loop_detect.py
tests/test_openai_client.py
tests/test_pipeline_dummy.py
tests/test_recover.py
tests/test_replay_integrity.py
tests/test_represent.py
tests/test_rg_ug.py
tests/test_rule_pack.py
tests/test_sandbox.py
tests/test_sbfl.py
tests/test_schema_registry_config.py
tests/test_stage4b.py
tests/test_stage4c.py
tests/test_stage4d.py
tests/test_whoswhen.py