README.md
pyproject.toml
buffdata/__init__.py
buffdata/observability.py
buffdata/plugins.py
buffdata.egg-info/PKG-INFO
buffdata.egg-info/SOURCES.txt
buffdata.egg-info/dependency_links.txt
buffdata.egg-info/entry_points.txt
buffdata.egg-info/requires.txt
buffdata.egg-info/top_level.txt
buffdata/cli/__init__.py
buffdata/cli/main.py
buffdata/engine/__init__.py
buffdata/engine/checkpoint.py
buffdata/engine/client.py
buffdata/engine/limiter.py
buffdata/engine/pipeline.py
buffdata/engine/profiler.py
buffdata/engine/secrets.py
buffdata/engine/validator.py
buffdata/evaluation/__init__.py
buffdata/evaluation/accuracy_gate.py
buffdata/governance/__init__.py
buffdata/governance/access.py
buffdata/governance/audit_store.py
buffdata/governance/contract.py
buffdata/governance/oidc.py
buffdata/governance/sbom.py
buffdata/integrations/__init__.py
buffdata/integrations/context7.py
buffdata/integrations/graphify.py
buffdata/integrations/huggingface.py
buffdata/integrations/ray_executor.py
buffdata/integrations/sharding.py
buffdata/integrations/train_export.py
buffdata/models/__init__.py
buffdata/models/formats.py
buffdata/models/schemas.py
buffdata/optimizers/__init__.py
buffdata/optimizers/augmenter.py
buffdata/optimizers/classifier.py
buffdata/optimizers/dedup.py
buffdata/optimizers/evolver.py
buffdata/optimizers/gated_generator.py
buffdata/optimizers/perplexity.py
buffdata/optimizers/preference.py
buffdata/optimizers/refiner.py
buffdata/optimizers/scorer.py
buffdata/optimizers/scrubber.py
buffdata/report/__init__.py
buffdata/report/generator.py
buffdata/security/__init__.py
buffdata/security/permissions.py
buffdata/security/validator.py
buffdata/synthesizer/__init__.py
buffdata/synthesizer/generator.py
tests/test_access_policy.py
tests/test_accuracy_gate.py
tests/test_adaptive_pipeline.py
tests/test_audit_store.py
tests/test_augmenter.py
tests/test_auth_keyring.py
tests/test_batched_optimizers.py
tests/test_checkpoint.py
tests/test_classifier_adaptive.py
tests/test_cli.py
tests/test_cloud_formats.py
tests/test_data_contract.py
tests/test_dataset_formats.py
tests/test_formats.py
tests/test_gated_generator.py
tests/test_limiter.py
tests/test_local_llm.py
tests/test_network_policy.py
tests/test_observability.py
tests/test_oidc.py
tests/test_optimizers.py
tests/test_permissions.py
tests/test_pipeline_observability.py
tests/test_plugins.py
tests/test_productivity_integrations.py
tests/test_providers.py
tests/test_ray_executor.py
tests/test_sbom.py
tests/test_schemas.py
tests/test_secrets.py
tests/test_sharding.py