LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
proto/contribution.schema.json
proto/manifest.schema.json
src/borg/__init__.py
src/borg/app.py
src/borg/assimilation.py
src/borg/bench.py
src/borg/calibration.py
src/borg/convert.py
src/borg/decode.py
src/borg/e4.py
src/borg/fep.py
src/borg/gcs.py
src/borg/heads.py
src/borg/inference.py
src/borg/merge.py
src/borg/sparse.py
src/borg/speech.py
src/borg/worker.py
src/borg/collective/__init__.py
src/borg/collective/bloom.py
src/borg/collective/bootstrap.py
src/borg/collective/cid.py
src/borg/collective/client.py
src/borg/collective/gossip.py
src/borg/collective/peer.py
src/borg/rag/__init__.py
src/borg/rag/ingest.py
src/borg/rag/retrieve.py
src/the_borg_project.egg-info/PKG-INFO
src/the_borg_project.egg-info/SOURCES.txt
src/the_borg_project.egg-info/dependency_links.txt
src/the_borg_project.egg-info/entry_points.txt
src/the_borg_project.egg-info/requires.txt
src/the_borg_project.egg-info/top_level.txt
tests/test_app_cot.py
tests/test_assimilate_state_dict.py
tests/test_calibration.py
tests/test_collective.py
tests/test_collective_accumulation.py
tests/test_convert_errors.py
tests/test_convert_native_snn.py
tests/test_convert_transformer.py
tests/test_crdt_merge_integration.py
tests/test_cumulative_manifest.py
tests/test_decode.py
tests/test_determinism.py
tests/test_e4.py
tests/test_feedforward_conversion.py
tests/test_fep.py
tests/test_fep_elbo.py
tests/test_fep_monotonicity.py
tests/test_gate.py
tests/test_gcs_sync.py
tests/test_gossip.py
tests/test_heads.py
tests/test_inference_cache.py
tests/test_inference_snn.py
tests/test_integration_absorption.py
tests/test_mbe_fidelity.py
tests/test_merge.py
tests/test_network_gossip.py
tests/test_rag.py
tests/test_schemas.py
tests/test_smoke.py
tests/test_sparse.py
tests/test_sparse_timing.py
tests/test_speech.py
tests/test_ten_merge_non_regression.py
tests/test_three_pillars_state_dict.py
tests/test_universal_decode.py
tests/test_universal_decode_polish.py
tests/test_worker.py