LICENSE
MANIFEST.in
README.md
pyproject.toml
epb/__init__.py
epb/adapters/__init__.py
epb/adapters/anthropic_adapter.py
epb/adapters/base.py
epb/adapters/openai_adapter.py
epb/cli/__init__.py
epb/cli/main.py
epb/config/epb_v1.yaml
epb/runner/__init__.py
epb/runner/run_battery.py
epb/runner/run_benchmark.py
epb/scoring/__init__.py
epb/scoring/aggregate.py
epb/scoring/confab_scoring.py
epb/scoring/echo_scoring.py
epb/scoring/metrics.py
epb/scoring/mirror_loop_scoring.py
epb/scoring/violation_scoring.py
epb/spec/confabulation_v1.jsonl
epb/spec/echo_chamber_v1.jsonl
epb/spec/mirror_loop_v1.jsonl
epb/spec/violation_state_v1.jsonl
epb/spec/schemas/task_schema.json
epb_benchmark.egg-info/PKG-INFO
epb_benchmark.egg-info/SOURCES.txt
epb_benchmark.egg-info/dependency_links.txt
epb_benchmark.egg-info/entry_points.txt
epb_benchmark.egg-info/requires.txt
epb_benchmark.egg-info/top_level.txt
tests/test_cli.py
tests/test_scoring_functions.py
tests/test_spec_loading.py