.dockerignore
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CRP_CHANGES_SUMMARY.txt
CRP_REPORT.md
Dockerfile
IMPLEMENTATION_REPORT.md
IMPLEMENTATION_SUMMARY.md
LICENSE
README.md
RELEASING.md
SECURITY.md
docker-compose.yml
pyproject.toml
pytest.ini
requirements.txt
setup.py
.github/workflows/ci.yml
.github/workflows/publish.yml
benchmarks/ablation_study.py
benchmarks/ablation_study_real.py
benchmarks/comparative_benchmark.py
benchmarks/comparative_benchmark_real.py
docs/COMMUNITY_LAUNCH.md
docs/EXECUTIVE_SUMMARY.md
docs/EXPERIMENTAL_TEST_PLAN.pdf
docs/POS_COMPARISON.md
docs/QUICK_START_GUIDE.pdf
docs/dashboard_annotated.png
docs/key_claims.pdf
docs/results_section.pdf
docs/thermodynamic_truth_paper.pdf
docs/whitepaper.md
docs/whitepaper.tex
src/thermodynamic_truth/__init__.py
src/thermodynamic_truth.egg-info/PKG-INFO
src/thermodynamic_truth.egg-info/SOURCES.txt
src/thermodynamic_truth.egg-info/dependency_links.txt
src/thermodynamic_truth.egg-info/entry_points.txt
src/thermodynamic_truth.egg-info/not-zip-safe
src/thermodynamic_truth.egg-info/requires.txt
src/thermodynamic_truth.egg-info/top_level.txt
src/thermodynamic_truth/cli/__init__.py
src/thermodynamic_truth/cli/benchmark.py
src/thermodynamic_truth/cli/client.py
src/thermodynamic_truth/cli/node.py
src/thermodynamic_truth/core/__init__.py
src/thermodynamic_truth/core/annealing.py
src/thermodynamic_truth/core/pow.py
src/thermodynamic_truth/core/protocol.py
src/thermodynamic_truth/core/state.py
src/thermodynamic_truth/network/__init__.py
src/thermodynamic_truth/network/client.py
src/thermodynamic_truth/network/server.py
src/thermodynamic_truth/network/thermo_protocol.proto
src/thermodynamic_truth/network/thermo_protocol_pb2.py
src/thermodynamic_truth/network/thermo_protocol_pb2_grpc.py
tests/__init__.py
tests/test_annealing.py.skip
tests/test_pow.py
tests/test_state.py