-
Notifications
You must be signed in to change notification settings - Fork 0
Model Registry Connectors
Huzefaaa2 edited this page Jul 4, 2026
·
1 revision
CAVRA R4.3 adds model registry connectors that work by reference. They collect metadata, hashes, lineage, owner, risk tier, and evidence references without exporting raw model bytes, weights, training data, prompts, private features, or raw artifacts.
| Provider | Public-safe scope |
|---|---|
| MLflow | Registered model and model-version metadata, stage, lineage reference |
| Amazon SageMaker | Model package metadata, approval status, model-card reference |
| Hugging Face | Repository metadata, model-card reference, revision hash |
| Weights & Biases | Artifact metadata, aliases, run lineage, risk metadata |
python3 scripts/validate_model_registry_connectors.py --registry
python3 scripts/validate_model_registry_connectors.py --manifest-dir examples/model-registries/connectors
python3 scripts/validate_model_registry_connectors.py --metadata examples/model-registries/metadata.sample.json
! python3 scripts/validate_model_registry_connectors.py --metadata examples/model-registries/metadata.invalid-raw-content.json
python3 scripts/validate_model_registry_connectors.py --packet examples/model-registries/enterprise-model-registry-connectors.live.sanitized.example.json --require-live
python3 -m pytest tests/test_model_registry_connectors.py -qThe public repository certifies the manifest contract, metadata-only payload shape, no-raw-model-egress behavior, compatibility metadata, and readiness packet structure. Customer deployments still provide real registry credentials, tenant scoping, private model-owner mapping, registry sandbox evidence, and zero-trust scanner evidence when required.
CAVRA Field Compass
Before the agent acts, CAVRA asks: who is acting, what will change, what policy applies, and what evidence will prove it?
Before the agent acts, CAVRA asks: who is acting, what will change, what policy applies, and what evidence will prove it?
| Start | Build | Operate | Assure |
|---|---|---|---|
| Quick Start | CLI | Enterprise Guide | AISPM |
| Reader Paths | Policy Syntax | Deployments | Evidence |
| Community | GUI | Troubleshooting | Conclusion |
Textbook home: Before the Agent Acts |
Development archive: development and testing artifacts |
Source repository: github.com/Huzefaaa2/cavra
- Foreword And Reader Paths
- Why CAVRA Exists
- Runtime Authority Model
- Architecture
- Editions
- Install And Deploy
- Community Guide
- Enterprise Guide
- CLI Reference
- GUI And Sandbox
- AISPM Guide
- Policy And Evidence
- Operations And Integrations
- Labs And Use Cases
- Appendices And FAQ
- Policy Language Reference
- Troubleshooting Playbook
- Technology Stack
- Unified Enterprise Roadmap
- Conclusion
- Development And Testing Archive
- Unified Enterprise Roadmap
- CLI
- API
- CAVRA Trial Field Guide
- AISPM Enterprise Live Ingestion
- Enterprise HA/DR Readiness
- Enterprise HA/DR Azure Map
- Enterprise KMS/HSM Evidence Custody
- Enterprise Immutable Audit Log
- Enterprise Compliance Mapping Packs
- Enterprise Reporting Exports
- Connector SDK And Certification
- Priority Certified Connectors
- Model Registry Connectors