LICENSE
README.md
pyproject.toml
src/protocol_bench/__init__.py
src/protocol_bench/baseline.py
src/protocol_bench/cli.py
src/protocol_bench/export.py
src/protocol_bench/llm.py
src/protocol_bench/score.py
src/protocol_bench/tasks.py
src/protocol_bench.egg-info/PKG-INFO
src/protocol_bench.egg-info/SOURCES.txt
src/protocol_bench.egg-info/dependency_links.txt
src/protocol_bench.egg-info/entry_points.txt
src/protocol_bench.egg-info/requires.txt
src/protocol_bench.egg-info/top_level.txt
src/protocol_bench/data/ground_truth.json
src/protocol_bench/models/__init__.py
src/protocol_bench/models/cellular.py
src/protocol_bench/models/ieee.py
tests/test_adversarial_soundness.py
tests/test_dataset_loader.py
tests/test_llm.py
tests/test_protocol_bench.py
tests/test_readme_claims.py