CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
SECURITY.md
pyproject.toml
docs/CATALOGS.md
docs/CONCEPTS.md
docs/DATASETS.md
docs/DESIGN.md
docs/DISTRIBUTION.md
docs/DOCTOR.md
docs/FAQ.md
docs/GETTING-STARTED.md
docs/HYDRATION.md
docs/INCREMENTAL.md
docs/MANIFEST.md
docs/MVB-FORMAT.md
docs/NORTH-STAR.md
docs/QUANTIZATION.md
docs/README.md
docs/SOURCES.md
docs/TESTING.md
docs/darsay-logo.png
docs/proposals/classify.md
docs/proposals/darsay-io.md
docs/proposals/lineage-and-precision.md
docs/proposals/skeleton.md
examples/README.md
src/darsay/__init__.py
src/darsay/archiver.py
src/darsay/board.py
src/darsay/catalog.py
src/darsay/classify.py
src/darsay/cli.py
src/darsay/complete.py
src/darsay/config.py
src/darsay/doctor.py
src/darsay/estimate.py
src/darsay/export.py
src/darsay/farside.py
src/darsay/gguf_meta.py
src/darsay/hashing.py
src/darsay/hydrate.py
src/darsay/licensing.py
src/darsay/lineage.py
src/darsay/metadata.py
src/darsay/migrate.py
src/darsay/precision.py
src/darsay/progress.py
src/darsay/readme_gen.py
src/darsay/relocate.py
src/darsay/safetensors_meta.py
src/darsay/schema.py
src/darsay/smoke.py
src/darsay/sources.py
src/darsay/standalone_verify.py
src/darsay/subset.py
src/darsay/transfer.py
src/darsay/vault.py
src/darsay/verify.py
src/darsay.egg-info/PKG-INFO
src/darsay.egg-info/SOURCES.txt
src/darsay.egg-info/dependency_links.txt
src/darsay.egg-info/entry_points.txt
src/darsay.egg-info/requires.txt
src/darsay.egg-info/top_level.txt
src/darsay/providers/__init__.py
src/darsay/providers/base.py
src/darsay/providers/huggingface.py
src/darsay/runners/__init__.py
src/darsay/runners/llama_cpp_runner.py
src/darsay/runners/mlx_runner.py
src/darsay/runners/transformers_runner.py
tests/__init__.py
tests/conftest.py
tests/fakes.py
tests/payloads.py
tests/doctor_fixtures/DISCREPANCIES.md
tests/doctor_fixtures/README.md
tests/doctor_fixtures/fm-vault-and-bundle-state-generated-readme-is-missing-or-stale/assert.sh
tests/doctor_fixtures/fm-vault-and-bundle-state-generated-readme-is-missing-or-stale/corrupt.sh
tests/doctor_fixtures/fm-vault-and-bundle-state-generated-readme-is-missing-or-stale/create.py
tests/e2e/test_hub.py
tests/fixtures/lineage-names.json
tests/fixtures/schema-1.8.0/make.py
tests/fixtures/schema-1.8.0/exports/test--acme--toy-3.5-7b-instruct@aaaaaaaaaaaa.mvb.tar
tests/fixtures/schema-1.8.0/test--acme--plain/curation.md
tests/fixtures/schema-1.8.0/test--acme--plain/manifest.json
tests/fixtures/schema-1.8.0/test--acme--toy-3.5-7b-instruct/manifest.json
tests/fixtures/schema-1.8.0/test--acme--toy-3.5-7b-instruct/transfer.json
tests/fixtures/schema-1.8.0/test--datasets--acme--rows/manifest.json
tests/golden/PROVENANCE.md
tests/golden/doctor_capabilities.json
tests/integration/conftest.py
tests/integration/test_archive.py
tests/integration/test_archive_policy.py
tests/integration/test_board_round_trip.py
tests/integration/test_catalog.py
tests/integration/test_classify_cli.py
tests/integration/test_cli.py
tests/integration/test_doctor.py
tests/integration/test_doctor_safety.py
tests/integration/test_estimate_policy.py
tests/integration/test_export_import.py
tests/integration/test_farside.py
tests/integration/test_hydrate.py
tests/integration/test_invariants.py
tests/integration/test_lineage_cli.py
tests/integration/test_migrate.py
tests/integration/test_relocate.py
tests/integration/test_sha256sums.py
tests/integration/test_transfer.py
tests/integration/test_verify.py
tests/support/__init__.py
tests/support/doctor_cli_runner.py
tests/support/doctor_crash_runner.py
tests/unit/test_archiver.py
tests/unit/test_board.py
tests/unit/test_catalog.py
tests/unit/test_classify.py
tests/unit/test_cli_parse.py
tests/unit/test_complete.py
tests/unit/test_config.py
tests/unit/test_doctor.py
tests/unit/test_estimate.py
tests/unit/test_export_helpers.py
tests/unit/test_farside.py
tests/unit/test_gguf_meta.py
tests/unit/test_hashing.py
tests/unit/test_huggingface.py
tests/unit/test_hydrate.py
tests/unit/test_licensing.py
tests/unit/test_lineage.py
tests/unit/test_metadata.py
tests/unit/test_migrate.py
tests/unit/test_package.py
tests/unit/test_precision.py
tests/unit/test_progress.py
tests/unit/test_read_bytes.py
tests/unit/test_readme_gen.py
tests/unit/test_release_script.py
tests/unit/test_safetensors.py
tests/unit/test_schema.py
tests/unit/test_smoke.py
tests/unit/test_sources.py
tests/unit/test_standalone_verify.py
tests/unit/test_subset.py
tests/unit/test_transfer.py
tests/unit/test_vault.py